mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
DEBUG is now False by default.
This commit is contained in:
parent
1185b5128b
commit
d014c4df3f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from django.conf.global_settings import *
|
||||||
# Generic Django project settings
|
# Generic Django project settings
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
# Local time zone for this installation. Choices can be found here:
|
# Local time zone for this installation. Choices can be found here:
|
||||||
|
|
Loading…
Reference in a new issue