From d5dbeaa9be359a4c794885c2e9f1b5a7e5e51fb8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 27 Apr 2006 22:10:44 +0000 Subject: [PATCH] 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 --- docs/writing-apps-guide-outline.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/writing-apps-guide-outline.txt 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