From b91e138405b9c6547380717f93cbc34c62af7b95 Mon Sep 17 00:00:00 2001 From: jktravis Date: Sun, 21 Apr 2013 09:52:02 -0400 Subject: [PATCH] Fixed #20670 -- Fixed project layout in reusable apps tutorial. Backport of 70d3adf9f2ebfdfc9e64376b71b596ebb12d77f8 from master. Thanks to nicklasp for the report. --- docs/intro/reusable-apps.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 2746b9e726756..118947377606d 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -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/