Skip to content

Commit 226b733

Browse files
committed
Merge pull request django#1024 from jktravis/master
Updated reusable apps doc's review of project layout
2 parents 78c842a + 70d3adf commit 226b733

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/intro/reusable-apps.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,17 @@ After the previous tutorials, our project should look like this::
6666
__init__.py
6767
admin.py
6868
models.py
69-
tests.py
7069
static/
71-
style.css
72-
images/
73-
background.gif
70+
polls
71+
images/
72+
background.gif
73+
style.css
7474
templates/
7575
polls/
7676
detail.html
7777
index.html
7878
results.html
79+
tests.py
7980
urls.py
8081
views.py
8182
templates/

0 commit comments

Comments
 (0)