Commit 8b793834 by John Eskew

Add entitlements app to CMS installed apps.

parent c0ce7cf6
......@@ -1135,6 +1135,9 @@ INSTALLED_APPS = [
# DRF filters
'django_filters',
'cms.djangoapps.api',
# Entitlement API
'entitlements',
]
......
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