Browse Source

Added 'polls' sub directory under static and reorganized to more accurately represent the project; compared using 'tree' command.

jktravis 12 years ago
parent
commit
70d3adf9f2
1 changed files with 5 additions and 4 deletions
  1. 5 4
      docs/intro/reusable-apps.txt

+ 5 - 4
docs/intro/reusable-apps.txt

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