django/docs/writing-apps-guide-outline.txt

16 lines
341 B
Plaintext
Raw Normal View History

- Getting started
- The application package structure
- INSTALLED_APPS
- Each step, explained tersely
- Writing models
- The model
- Admin specification
- Initializing the database
- Custom SQL
- Views
- URL dispatch
- View functions
- Request object
- Response objects
- Custom template tags/filters