From 70d3adf9f2ebfdfc9e64376b71b596ebb12d77f8 Mon Sep 17 00:00:00 2001 From: jktravis Date: Sun, 21 Apr 2013 09:52:02 -0400 Subject: [PATCH] Added 'polls' sub directory under static and reorganized to more accurately represent the project; compared using 'tree' command. --- docs/intro/reusable-apps.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 1e0f1da0c5..b2debf6908 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -66,16 +66,17 @@ After the previous tutorials, our project should look like this:: __init__.py admin.py models.py - tests.py static/ - style.css - images/ - background.gif + polls + images/ + background.gif + style.css templates/ polls/ detail.html index.html results.html + tests.py urls.py views.py templates/