Add a form of static:require_module that assumes that the factory is self-initializing

This commit is contained in:
Calen Pennington
2017-12-21 15:29:53 -05:00
parent 7858066776
commit bacd4334ed
5 changed files with 64 additions and 3 deletions

View File

@@ -1126,6 +1126,9 @@ INSTALLED_APPS = [
# Entitlements, used in openedx tests
'entitlements',
# Asset management for mako templates
'pipeline_mako',
]