summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-04-27 22:10:44 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-04-27 22:10:44 +0000
commitd5dbeaa9be359a4c794885c2e9f1b5a7e5e51fb8 (patch)
treec60b7ea33a783dbdec3b6de11939e8e49e03c4b3
parent645aaba7116449102dcd7059223097b79e32d4e5 (diff)
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
-rw-r--r--docs/writing-apps-guide-outline.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/writing-apps-guide-outline.txt b/docs/writing-apps-guide-outline.txt
deleted file mode 100644
index a2d8c7e010..0000000000
--- a/docs/writing-apps-guide-outline.txt
+++ /dev/null
@@ -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