Revert: Set DEBUG to True (using True for development and False for release only)
This commit is contained in:
parent
2730d32bf9
commit
0ea6e3d2a3
@ -14,7 +14,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
SITE_ROOT = os.path.realpath(os.path.dirname(__file__))
|
SITE_ROOT = os.path.realpath(os.path.dirname(__file__))
|
||||||
DEBUG = False
|
DEBUG = True
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
AUTH_PROFILE_MODULE = 'participant.Profile'
|
AUTH_PROFILE_MODULE = 'participant.Profile'
|
||||||
|
Loading…
Reference in New Issue
Block a user