From 969fde01b346cd9a776cf0078aad72b194c0c4b0 Mon Sep 17 00:00:00 2001 From: Kuroshini Date: Fri, 7 Feb 2020 16:58:08 +0300 Subject: [PATCH] amazon fix --- project/settings/development.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings/development.py b/project/settings/development.py index 1fdda847..691726b1 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -1,6 +1,6 @@ """Development settings.""" -from .base import * from .amazon_s3 import * +from .base import * ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0']