add domain to allowed hosts

This commit is contained in:
prance 2022-01-30 17:57:33 +01:00
parent 117222cafd
commit 1727ac9e01

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-t52#vo-k9ty*$@u9bf75hrkd#^o_)gadrz9$7w%xnkb-0#y!bi
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['django', 'localhost']
ALLOWED_HOSTS = ['django', 'localhost', 'randomsec.projektstudencki.pl']
# Application definition