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