add domain to allowed hosts
This commit is contained in:
parent
117222cafd
commit
1727ac9e01
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user