fixed 2020.fet.at bugs

This commit is contained in:
root (fetsite21)
2021-01-29 23:41:02 +01:00
parent 4e498183ae
commit 23b1f1514f

View File

@@ -49,7 +49,7 @@ else:
SECRET_KEY = env("SECRET_KEY")
ALLOWED_HOSTS = ["127.0.0.1", env('HOST_NAME'), "2020.fet.at"]
ALLOWED_HOSTS = ["127.0.0.1", env('HOST_NAME'), "fet.at"]
HOST_NAME = env("HOST_NAME")