Commit 41aaaab5 by John Eskew

Fixes to mgmt cmds which delete django-simple-history data.

parent eb996577
...@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate ...@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate
""" """
import logging 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 from openedx.core.djangoapps.util.row_delete import delete_rows, BaseDeletionCommand
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
...@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin ...@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin
""" """
import logging 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 from openedx.core.djangoapps.util.row_delete import delete_rows, BaseDeletionCommand
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
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