Removed docs/writing-apps-guide-outline.txt -- not sure what that was.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-27 22:10:44 +00:00
parent 645aaba711
commit d5dbeaa9be
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
- 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