From 7764e7839c73195d9d7bf813a58f177e21d98ba0 Mon Sep 17 00:00:00 2001 From: baizel Date: Wed, 30 Jan 2019 22:27:19 +0000 Subject: [PATCH] Update hosts to vizapp --- VizApp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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