Ticket #11501: 11501.diff
File 11501.diff, 566 bytes (added by , 15 years ago) |
---|
-
docs/intro/tutorial02.txt
399 399 400 400 That's easy to change, though, using Django's template system. The Django admin 401 401 is powered by Django itself, and its interfaces use Django's own template 402 system . (How meta!)402 system — how meta! 403 403 404 404 Open your settings file (``mysite/settings.py``, remember) and look at the 405 405 :setting:`TEMPLATE_DIRS` setting. :setting:`TEMPLATE_DIRS` is a tuple of