This commit is contained in:
Holger Trampe 2020-05-19 22:05:03 +02:00
parent 712532a117
commit fdc7bf5003
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ X_FRAME_OPTIONS = 'SAMEORIGIN'
SECRET_KEY = '_qv2t2lmsctjxpbb4rrp=op%_20_hxzonv^mvty1o85c)l$s^q'
ALLOWED_HOSTS = ['digitale-agentur.com', 'www.digitale-agentur.com', '127.0.0.1', 'localhost', 'dev01.digitale-agentur.com', '10.0.2.2']
CSRF_TRUSTED_ORIGINS = ['127.0.0.1', 'localhost']
CSRF_TRUSTED_ORIGINS = ['127.0.0.1', 'localhost', '0.0.0.0']
# Application definition
INSTALLED_APPS = [