From b6a30b0333ee919d214c241d4c1f57641a10bf07 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 19:59:21 +0300 Subject: [PATCH] upd --- imagehost/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagehost/settings.py b/imagehost/settings.py index d47d8cb..e4bc88f 100644 --- a/imagehost/settings.py +++ b/imagehost/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = '1a+3jmf#g!q_gj66$^v9_&8uoev=%k49=j(%lp%!kvv$6x3bn^' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["imgcollection.herokuapp.com",] +ALLOWED_HOSTS = ["imgcollection.herokuapp.com", "byte.difrex.ru"] # Application definition