This commit is contained in:
tcaxle
2020-04-16 00:07:58 +01:00
parent 5f07ab1bf9
commit ba03fd80b4
8 changed files with 253 additions and 152 deletions

View File

@@ -25,7 +25,7 @@ SECRET_KEY = '1ry9e5wz$6(c-)btw70c41woraos)5nzqfbw2^kvpzpi)gy#6v'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["192.168.1.205", "localhost", "127.0.0.1"]
ALLOWED_HOSTS = ["192.168.1.205", "localhost", "127.0.0.1", "tcaxle.ddns.net", "xle.sh"]
# Application definition