feat: initialize agreements app

Adds an app to openedx for the Agreements feature.
Includes an IntegritySignature model with a basic
API, as well as a waffle flag to support rollout.
This commit is contained in:
Bianca Severino
2021-05-06 10:44:49 -04:00
parent 63a9327a9d
commit e41e6e04ee
11 changed files with 274 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.theming.apps.ThemingConfig',
'openedx.core.djangoapps.external_user_ids',
'openedx.core.djangoapps.demographics',
'openedx.core.djangoapps.agreements',
'lms.djangoapps.experiments',
'openedx.features.content_type_gating',