Commit b11e312d by Ahsan Ulhaq

Create placeholder django apps for credentials

ECOM-3057
parent 0b8145ee
......@@ -840,6 +840,8 @@ INSTALLED_APPS = (
# Microsite configuration application
'microsite_configuration',
# Credentials support
'openedx.core.djangoapps.credentials',
)
......
......@@ -1930,6 +1930,9 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.self_paced',
'sorl.thumbnail',
# Credentials support
'openedx.core.djangoapps.credentials',
)
# Migrations which are not in the standard module "migrations"
......
"""
edX Platform support for credentials.
This package will be used as a wrapper for interacting with the credentials
service to provide support for learners and authors to use features involved.
"""
"""
APIs for the credentials support.
"""
"""
URLs for credential support views.
"""
"""
Models for credentials support for the LMS and Studio.
"""
"""
Celery tasks for credentials support views.
"""
"""
URLs for the credentials support in LMS and Studio.
"""
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