diff --git a/project/settings/development.py b/project/settings/development.py index 691726b1..25736d95 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -1,5 +1,4 @@ """Development settings.""" -from .amazon_s3 import * from .base import * ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0'] @@ -104,3 +103,5 @@ LOGGING = { } EMAIL_TECHNICAL_SUPPORT = 'n.malinova@octopod.ru' + +from .amazon_s3 import *