DEBUG=False by default
This commit is contained in:
parent
e8670bc853
commit
882f8b0fba
@ -2,7 +2,7 @@
|
||||
|
||||
import os.path
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
|
Loading…
Reference in New Issue
Block a user