This commit is contained in:
parent
4e4f6defde
commit
0bb8e2e0ec
@ -60,7 +60,7 @@ INSTALLED_APPS = [
|
||||
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
|
||||
CRISPY_TEMPLATE_PACK = "bootstrap5"
|
||||
|
||||
SITE_ID = os.getenv("SITE_ID", 1)
|
||||
SITE_ID = int(os.getenv("SITE_ID", 1))
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
"django.contrib.auth.backends.ModelBackend", # default
|
||||
|
Loading…
x
Reference in New Issue
Block a user