This commit is contained in:
Arnold Dechamps 2024-03-26 22:30:07 +01:00
parent 09b074a1f8
commit b1d4f4e094
No known key found for this signature in database
GPG key ID: AE66543374E41C89
2 changed files with 4 additions and 0 deletions

View file

@ -7,3 +7,5 @@ ALLOWED_HOSTS = []
DBUSER = "tldtest" DBUSER = "tldtest"
DBPASSWORD = "clubmate2010" DBPASSWORD = "clubmate2010"
CSRF_TRUSTED_ORIGINS = []

View file

@ -27,6 +27,8 @@ DEBUG = config.DEBUG
ALLOWED_HOSTS = config.ALLOWED_HOSTS ALLOWED_HOSTS = config.ALLOWED_HOSTS
CSRF_TRUSTED_ORIGINS = config.CSRF_TRUSTED_ORIGINS
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [