diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-23 09:19:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-23 09:19:32 -0500 |
| commit | 1b7fb29dfb8579dc627208b8ca6500b5341489a9 (patch) | |
| tree | 6a3e33edab6c7d59aae567af6aba18452ba2fba1 /docs/intro/reusable-apps.txt | |
| parent | 6bbf4e57c8b250d09a70d3d840531a42147705e9 (diff) | |
Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.
Thanks James Pic.
Diffstat (limited to 'docs/intro/reusable-apps.txt')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index dcccd583c0..0e0c9d2ba5 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -74,11 +74,11 @@ After the previous tutorials, our project should look like this:: results.html urls.py views.py - mytemplates/ + templates/ admin/ base_site.html -You created ``mysite/mytemplates`` in :doc:`Tutorial 2 </intro/tutorial02>`, +You created ``mysite/templates`` in :doc:`Tutorial 2 </intro/tutorial02>`, and ``polls/templates`` in :doc:`Tutorial 3 </intro/tutorial03>`. Now perhaps it is clearer why we chose to have separate template directories for the project and application: everything that is part of the polls application is in |
