Skip to content
Snippets Groups Projects
Commit e28932c7 authored by John Eskew's avatar John Eskew Committed by GitHub
Browse files

Merge pull request #16262 from edx/jeskew/fix_historical_deletion_mgmt_cmd

Fixes to mgmt cmds which delete django-simple-history data.
parents 9e91d3d0 41aaaab5
Branches
Tags release-2020-06-18-04.55
No related merge requests found
......@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate
"""
import logging
from common.djangoapps.microsite_configuration.models import MicrositeOrganizationMapping, MicrositeTemplate
from microsite_configuration.models import MicrositeOrganizationMapping, MicrositeTemplate
from openedx.core.djangoapps.util.row_delete import delete_rows, BaseDeletionCommand
log = logging.getLogger(__name__)
......
......@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin
"""
import logging
from verify_student.models import VerificationDeadline
from lms.djangoapps.verify_student.models import VerificationDeadline
from openedx.core.djangoapps.util.row_delete import delete_rows, BaseDeletionCommand
log = logging.getLogger(__name__)
......
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