Commit 01d06971 by Calen Pennington

Eagerly load modulestores on server startup

parent 49cffd80
......@@ -43,3 +43,7 @@ def modulestore(name='default'):
)
return _MODULESTORES[name]
# 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