1
0
Fork 0

New domain IdRe.xyz in allowed hosts

This commit is contained in:
Shgck 2015-05-02 11:59:35 +02:00
parent e992e2354f
commit c6fe15368a

View file

@ -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"), )