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

View File

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