Commit 226b733c authored by Preston Holmes's avatar Preston Holmes
Browse files

Merge pull request #1024 from jktravis/master

Updated reusable apps doc's review of project layout
parents 78c842a3 70d3adf9
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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/