refactor: Merge the openedx certs app with lms one (#28435)

* refactor: Merge the openedx certs app with lms one

Move the certs API from openedx into the lms certificates app.
Functionally, this is a no-op. Cleanup will happen in a subsequent
commit. This is simply a move.
This commit is contained in:
Matt Tuchfarber
2021-08-11 10:25:55 -04:00
committed by GitHub
parent abe822e28f
commit d53d8e45a5
22 changed files with 286 additions and 366 deletions

View File

@@ -14,8 +14,8 @@ from edx_rest_api_client import exceptions
from opaque_keys.edx.keys import CourseKey
from common.djangoapps.course_modes.models import CourseMode
from lms.djangoapps.certificates.api import available_date_for_certificate
from lms.djangoapps.certificates.models import GeneratedCertificate
from openedx.core.djangoapps.certificates.api import available_date_for_certificate
from openedx.core.djangoapps.content.course_overviews.models import CourseOverview
from openedx.core.djangoapps.credentials.models import CredentialsApiConfig
from openedx.core.djangoapps.credentials.utils import get_credentials, get_credentials_api_client