Add course overrides of waffle flags.

This commit is contained in:
Robert Raposa
2017-05-19 17:25:16 -04:00
parent 867fac315f
commit eaab2cf444
33 changed files with 812 additions and 211 deletions

View File

@@ -1010,6 +1010,9 @@ INSTALLED_APPS = (
# Customized celery tasks, including persisting failed tasks so they can
# be retried
'celery_utils',
# Waffle related utilities
'openedx.core.djangoapps.waffle_utils',
)