summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjktravis <joshua.travis@gmail.com>2013-04-21 09:52:02 -0400
committerjktravis <joshua.travis@gmail.com>2013-04-21 09:52:02 -0400
commit70d3adf9f2ebfdfc9e64376b71b596ebb12d77f8 (patch)
tree630856d688b584e3833d8ea67d2b7d46fdd05dda
parent78c842a3230f026ad678d243e5459cd6b314d99a (diff)
Added 'polls' sub directory under static and reorganized to more accurately represent the project; compared using 'tree' command.
-rw-r--r--docs/intro/reusable-apps.txt9
1 files 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/