Skip to content

Commit

Permalink
Fixed #20670 -- Fixed project layout in reusable apps tutorial.
Browse files Browse the repository at this point in the history
Backport of 70d3adf from master.
Thanks to nicklasp for the report.
  • Loading branch information
jktravis authored and bmispelon committed Jun 28, 2013
1 parent 058ad52 commit b91e138
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/intro/reusable-apps.txt
Expand Up @@ -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/
Expand Down

0 comments on commit b91e138

Please sign in to comment.