summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjktravis <joshua.travis@gmail.com>2013-04-21 09:52:02 -0400
committerBaptiste Mispelon <bmispelon@gmail.com>2013-06-28 09:50:59 +0200
commitb91e138405b9c6547380717f93cbc34c62af7b95 (patch)
tree4051312edbcb06154ebfe569dcafa043fd3017a6 /docs
parent058ad52b3db97bd01e2a12e61799f77269839dc6 (diff)
Fixed #20670 -- Fixed project layout in reusable apps tutorial.
Backport of 70d3adf9f2ebfdfc9e64376b71b596ebb12d77f8 from master. Thanks to nicklasp for the report.
Diffstat (limited to 'docs')
-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 2746b9e726..1189473776 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::
admin.py
__init__.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/