From 9373f185ff85f1ac464f52e635805d57943e6436 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 10 Feb 2017 11:53:12 -0500 Subject: [PATCH] allow delt.space --- fincom/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fincom/settings.py b/fincom/settings.py index 85eaf08..16eef22 100644 --- a/fincom/settings.py +++ b/fincom/settings.py @@ -28,7 +28,7 @@ DEBUG = True ALLOWED_HOSTS = [ 'localhost', 'dtd-fincom.herokuapp.com', - '*.delt.space', + 'fincom.delt.space', ] AUTHENTICATION_BACKENDS = [