mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.
Thanks James Pic.
This commit is contained in:
parent
6bbf4e57c8
commit
1b7fb29dfb
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue