feat: added enrollment api for notification config (#32162)

* feat: added enrollment API for notification config

* feat: added apps.py in notifications

* feat: added waffle flag for notification app

* feat: added proper docs for the API
This commit is contained in:
Ahtisham Shahid
2023-05-09 11:51:31 +05:00
committed by GitHub
parent 837bcdd8ed
commit 118ea3a024
13 changed files with 279 additions and 2 deletions

View File

@@ -126,6 +126,7 @@
"openedx/core/djangoapps/lang_pref/",
"openedx/core/djangoapps/models/",
"openedx/core/djangoapps/monkey_patch/",
"openedx/core/djangoapps/notifications/",
"openedx/core/djangoapps/oauth_dispatch/",
"openedx/core/djangoapps/olx_rest_api/",
"openedx/core/djangoapps/password_policy/",