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 = [