diff --git a/VizApp/settings.py b/VizApp/settings.py index cfc4d58..9026994 100644 --- a/VizApp/settings.py +++ b/VizApp/settings.py @@ -26,7 +26,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['viz-learn.herokuapp.com', 'viz.baizelmathew.com'] +ALLOWED_HOSTS = ['viz-learn.herokuapp.com', 'vizapp.baizelmathew.com'] # Application definition