added django_extensions and updated admin settings.

This commit is contained in:
2021-04-21 09:11:28 +01:00
parent c14049ec54
commit 9fb2a1c15c
4 changed files with 63 additions and 20 deletions

View File

@@ -38,6 +38,7 @@ INSTALLED_APPS = (
'bootstrap4',
"comic",
"comic_auth",
'django_extensions',
)
MIDDLEWARE = [