commenting out the pre-loading of modules until we get a better way in place (that doesn't hang on deploy)

This commit is contained in:
David Ormsbee
2012-08-27 18:46:13 -04:00
parent d524062652
commit 57c6bfc3a6

View File

@@ -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)