make creation and deletion work

This commit is contained in:
Tobias Brunner 2025-01-31 16:17:16 +01:00
parent 4ae237e10a
commit 7c7f315e52
No known key found for this signature in database
4 changed files with 28 additions and 5 deletions

View file

@ -43,6 +43,7 @@ DEBUG = env.bool("DEBUG", default=False)
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=[])
CSRF_TRUSTED_ORIGINS = [f"https://{h}" for h in ALLOWED_HOSTS]
WEBSITE_URL = env.str("WEBSITE_URL", default="https://poc.serva.la")
# Application definition