From c6fe15368a997a82cd352109fd1c02bde7286335 Mon Sep 17 00:00:00 2001 From: Shgck Date: Sat, 2 May 2015 11:59:35 +0200 Subject: [PATCH] New domain IdRe.xyz in allowed hosts --- idre/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idre/settings.py b/idre/settings.py index 28739b8..7ebe6e9 100644 --- a/idre/settings.py +++ b/idre/settings.py @@ -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"), )