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