New domain IdRe.xyz in allowed hosts
This commit is contained in:
parent
e992e2354f
commit
c6fe15368a
|
@ -25,7 +25,7 @@ SECRET_KEY = idre.local_settings.SECRET_KEY
|
|||
DEBUG = idre.local_settings.DEBUG
|
||||
TEMPLATE_DEBUG = idre.local_settings.TEMPLATE_DEBUG
|
||||
|
||||
ALLOWED_HOSTS = ["idre.shgck.io"]
|
||||
ALLOWED_HOSTS = ["idre.shgck.io", "idre.xyz"]
|
||||
|
||||
ADMINS = ( ("Shgck", "shgck@pistache.land"), )
|
||||
|
||||
|
|
Loading…
Reference in a new issue