diff --git a/fincom/settings.py b/fincom/settings.py index 0e14d2f..7b20217 100644 --- a/fincom/settings.py +++ b/fincom/settings.py @@ -25,7 +25,11 @@ SECRET_KEY = os.environ['SECRET_KEY'] # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = [ + 'localhost', + 'dtd-fincom.herokuapp.com', + '*.delt.space', +] AUTHENTICATION_BACKENDS = [ 'social_core.backends.google.GoogleOAuth2',