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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user