Commit b91e1384 authored by jktravis's avatar jktravis Committed by Baptiste Mispelon
Browse files

Fixed #20670 -- Fixed project layout in reusable apps tutorial.

Backport of 70d3adf9 from master.
Thanks to nicklasp for the report.
parent 058ad52b
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::
            admin.py
            __init__.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/