fix up dev.py to include the new flag

This commit is contained in:
Chris Dodge
2012-10-11 20:52:28 -04:00
parent d21c5761df
commit e27dea0fec

View File

@@ -12,6 +12,7 @@ TEMPLATE_DEBUG = DEBUG
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",
tracking_filename="tracking.log",
dev_env = True,
debug=True)
modulestore_options = {