Move edxmako startup to AppConfig::ready.

This commit is contained in:
John Eskew
2017-11-01 16:52:21 -04:00
parent 6939a5816c
commit ba07dec4c5
4 changed files with 24 additions and 22 deletions

View File

@@ -965,7 +965,7 @@ INSTALLED_APPS = [
'openedx.core.djangoapps.datadog',
# For asset pipelining
'edxmako',
'edxmako.apps.EdxMakoConfig',
'pipeline',
'static_replace',
'require',