[MICROBA-1412] [DEPR-155] Remove the request_certificate REST endpoint from the LMS (certificates Django app)
6 lines
173 B
Python
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 *
|