amazon fix

This commit is contained in:
Kuroshini 2020-02-07 16:58:08 +03:00
parent af6c2a735e
commit 969fde01b3

View File

@ -1,6 +1,6 @@
"""Development settings.""" """Development settings."""
from .base import *
from .amazon_s3 import * from .amazon_s3 import *
from .base import *
ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0'] ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0']