Finish transition to startup checks

This commit is contained in:
R. Miles McCain 2020-07-07 03:15:07 +00:00
parent 0195c4595b
commit a70e07be05
No known key found for this signature in database
GPG Key ID: F1053629E2905557

View File

@ -13,7 +13,7 @@ from core.models import User
class Command(BaseCommand): class Command(BaseCommand):
help = "Internal command to perform startup sanity checks." help = "Internal command to perform startup checks."
def check_migrations(self): def check_migrations(self):
from django.db.migrations.executor import MigrationExecutor from django.db.migrations.executor import MigrationExecutor