mirror of https://github.com/django/django.git
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:
parent
058ad52b3d
commit
b91e138405
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue