Forgot dem settings

This commit is contained in:
MonkeyStrongTogether
2026-05-22 18:21:17 +02:00
parent 7d60fe25dc
commit 6763423b08

View File

@@ -7,6 +7,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
env = environ.Env( env = environ.Env(
DEBUG=(bool, True), DEBUG=(bool, True),
ALLOWED_HOSTS=(list, ['*']), ALLOWED_HOSTS=(list, ['*']),
CSRF_TRUSTED_ORIGINS=(list, ['*']),
) )
# Read .env if present # Read .env if present