Commit 57c6bfc3 by David Ormsbee

commenting out the pre-loading of modules until we get a better way in place…

commenting out the pre-loading of modules until we get a better way in place (that doesn't hang on deploy)
parent d5240626
......@@ -44,7 +44,7 @@ def modulestore(name='default'):
return _MODULESTORES[name]
if 'DJANGO_SETTINGS_MODULE' in environ:
# Initialize the modulestores immediately
for store_name in settings.MODULESTORE:
modulestore(store_name)
# if 'DJANGO_SETTINGS_MODULE' in environ:
# # Initialize the modulestores immediately
# for store_name in settings.MODULESTORE:
# modulestore(store_name)
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