mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Deprecated TEMPLATE_DEBUG setting.
This commit is contained in:
parent
9fbd302f91
commit
15b711b5ee
20 changed files with 72 additions and 48 deletions
|
@ -188,7 +188,7 @@ Example::
|
|||
|
||||
from django.conf import settings
|
||||
|
||||
settings.configure(DEBUG=True, TEMPLATE_DEBUG=True)
|
||||
settings.configure(DEBUG=True)
|
||||
|
||||
Pass ``configure()`` as many keyword arguments as you'd like, with each keyword
|
||||
argument representing a setting and its value. Each argument name should be all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue