Add new extra URL for marietje-zuid

This commit is contained in:
Gerdriaan Mulder
2022-10-26 10:19:19 +02:00
committed by Kees van Kempen
parent b1a080799c
commit 452147ae87

View File

@ -9,6 +9,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = 'sae2hahHao1soo0Ocoz5Ieh1Ushae6feJe4mooliooj0Ula8'
DEBUG = True
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ["marietje-zuid.nl"]
INSTALLED_APPS = [
'django.contrib.admin',