Site id must be an integer
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ekaropolus 2025-05-18 22:34:32 -06:00
parent 4e4f6defde
commit 0bb8e2e0ec

View File

@ -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