Only allow users who have no entitlements to receive discounts

This commit is contained in:
Calen Pennington
2019-06-24 15:09:37 -04:00
parent ac9ba2b95a
commit ce058aa5ee
3 changed files with 23 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ INSTALLED_APPS = (
# Django 1.11 demands to have imported models supported by installed apps.
'completion',
'entitlements',
)
LMS_ROOT_URL = "http://localhost:8000"