Add waffle to installed_apps for commonlib

This commit is contained in:
Michael Youngstrom
2018-11-06 14:52:26 -05:00
parent 63d84d65e5
commit 5880fd36bc

View File

@@ -75,6 +75,7 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.self_paced',
'milestones',
'celery_utils',
'waffle',
# Django 1.11 demands to have imported models supported by installed apps.
'completion',