Refactoring & consistency changes

Make all scripts executable

Disable debug mode by default

Use eager tasks by default

Fix typo in settings

Refactoring
This commit is contained in:
R. Miles McCain
2020-05-02 09:25:37 -04:00
parent 6fa67f0531
commit 5d26ab292b
8 changed files with 120 additions and 88 deletions

View File

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