Put dev.py's DEBUG back to True (cough)
This commit is contained in:
@@ -10,7 +10,7 @@ sessions. Assumes structure:
|
||||
from .common import *
|
||||
from .logsettings import get_logger_config
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = True
|
||||
|
||||
MITX_FEATURES['DISABLE_START_DATES'] = True
|
||||
|
||||
Reference in New Issue
Block a user