diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-15 15:42:05 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-15 20:47:04 +0100 |
| commit | 15b711b5ee9ce1ddd01cf88b2bbbec4a6cbec648 (patch) | |
| tree | 64966e17bf88b41b0f93f04c15ff2e4a76e071be /django/conf/project_template | |
| parent | 9fbd302f91162434f375b67a533d4a955a439484 (diff) | |
Deprecated TEMPLATE_DEBUG setting.
Diffstat (limited to 'django/conf/project_template')
| -rw-r--r-- | django/conf/project_template/project_name/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/conf/project_template/project_name/settings.py b/django/conf/project_template/project_name/settings.py index c0db27cbdc..3eaf05cfc0 100644 --- a/django/conf/project_template/project_name/settings.py +++ b/django/conf/project_template/project_name/settings.py @@ -25,8 +25,6 @@ SECRET_KEY = '{{ secret_key }}' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -TEMPLATE_DEBUG = True - ALLOWED_HOSTS = [] |
