add the code server ip to allowed hosts

This commit is contained in:
Andreas Zweili 2022-01-01 16:11:10 +01:00
parent 0f87a2730c
commit 91978758fd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from .base import *
ALLOWED_HOSTS = [
'localhost',
'127.0.0.1',
'10.7.89.104'
]
CSRF_TRUSTED_ORIGINS = [