Fixed #20670 -- Fixed project layout in reusable apps tutorial.

Backport of 70d3adf9f2 from master.
Thanks to nicklasp for the report.
This commit is contained in:
jktravis 2013-04-21 09:52:02 -04:00 committed by Baptiste Mispelon
parent 058ad52b3d
commit b91e138405
1 changed files with 5 additions and 4 deletions

View File

@ -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/