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