Complete supervisor model and start improving forms

This commit is contained in:
Ross
2022-11-28 09:50:07 +00:00
parent 653baa85ff
commit 747bf93373
27 changed files with 309 additions and 183 deletions
+3
View File
@@ -73,6 +73,7 @@ INSTALLED_APPS = [
"tinymce",
"django_unused_media",
"django_htmx",
"crispy_forms",
]
MIDDLEWARE = [
@@ -298,6 +299,8 @@ EMAIL_USE_SSL = True
ADMINS = [("Ross","ross@xkjq.uk")]
CRISPY_TEMPLATE_PACK = 'bootstrap'
DEBUG_CONTAINER = False
try: