1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00

Merge pull request #1024 from jktravis/master

Updated reusable apps doc's review of project layout
This commit is contained in:
Preston Holmes 2013-04-22 08:59:17 -07:00
commit 226b733c26

View File

@ -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
polls
images/
background.gif
style.css
templates/
polls/
detail.html
index.html
results.html
tests.py
urls.py
views.py
templates/