Files
edx-platform/lms/djangoapps/certificates/views/__init__.py
Justin Hynes b7085c2cf9 refactor!: Remove the request_certificate REST endpoint (#28346)
[MICROBA-1412]
[DEPR-155]

Remove the request_certificate REST endpoint from the LMS (certificates Django app)
2021-08-18 10:43:47 -04:00

6 lines
173 B
Python

"""
Aggregate all views exposed by the certificates app.
"""
from lms.djangoapps.certificates.views.support import *
from lms.djangoapps.certificates.views.webview import *