fix: Add the notices to plugin mapping.

The notices app is a plugin to edx-platform that needs to be tracked correctly for ownership.
This commit is contained in:
Feanil Patel
2021-10-15 14:05:34 -04:00
committed by GitHub
parent 835666a0bf
commit 6a671f26b3

View File

@@ -38,6 +38,7 @@ EDX_REPO_APPS = {
'super_csv': 'https://github.com/edx/super-csv',
'wiki': 'https://github.com/edx/django-wiki',
'lti_consumer': 'https://github.com/edx/xblock-lti-consumer',
'notices': 'https://github.com/edx/platform-plugin-notices',
}
# Maps edx-platform installed Django apps to the third-party repo that contains