mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Merge pull request #1024 from jktravis/master
Updated reusable apps doc's review of project layout
This commit is contained in:
commit
226b733c26
1 changed files with 5 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue