From a70e07be054099fc7bc3da7a7906084a3fbd9ad8 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Tue, 7 Jul 2020 03:15:07 +0000 Subject: [PATCH] Finish transition to startup checks --- shynet/core/management/commands/startup_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shynet/core/management/commands/startup_checks.py b/shynet/core/management/commands/startup_checks.py index b4cc9d8..c2979ac 100644 --- a/shynet/core/management/commands/startup_checks.py +++ b/shynet/core/management/commands/startup_checks.py @@ -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