Commit 156c4f16 by Calen Pennington

Renable debugging in envs/dev.py

parent 411d8226
......@@ -10,8 +10,8 @@ sessions. Assumes structure:
from envs.common import *
from envs.logsettings import get_logger_config
DEBUG = False
TEMPLATE_DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = True
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment