learn-django
  • Introduction
    • How to pronounce ?
    • Who use Django
    • Where to get help
    • Other python web frameworks
  • Installation
    • Install Dependencies
    • Install Django
  • Writing your first Django app, part 1
    • Creating a project
    • Database setup
    • The development server
    • Start an application
    • Create Models
    • Playing with the API
    • Project vs. application
  • Writing your first Django app, part 2
    • Creating an admin user
    • Start the development server
    • Make the poll app modifiable in the admin
  • Writing your first Django app, part 3
    • Write your first view
    • Use the template system
    • Write more views
    • Summary
  • Model Introduction
    • Model RelationShips
      • ManyToOne
      • ManyToMany
      • OneToOne
      • Common Usage for ForeignKey, OneToOneField, ManyToManyFiled:
    • Model Meta
      • Meta Options
 
learn-django
  • Docs »
  • Welcome to learn-django’s documentation!
  • Edit on GitHub

Welcome to learn-django’s documentation!¶

Contents:

  • Introduction
    • How to pronounce ?
    • Who use Django
    • Where to get help
    • Other python web frameworks
  • Installation
    • Install Dependencies
    • Install Django
  • Writing your first Django app, part 1
    • Creating a project
    • Database setup
    • The development server
    • Start an application
    • Create Models
    • Playing with the API
    • Project vs. application
  • Writing your first Django app, part 2
    • Creating an admin user
    • Start the development server
    • Make the poll app modifiable in the admin
  • Writing your first Django app, part 3
    • Write your first view
    • Use the template system
    • Write more views
    • Summary
  • Model Introduction
    • Model RelationShips
    • Model Meta

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014, lhh.

Built with Sphinx using a theme provided by Read the Docs.