diff --git a/src/strojnadzor/settings.py b/src/strojnadzor/settings.py index 28afeda..4ab2373 100644 --- a/src/strojnadzor/settings.py +++ b/src/strojnadzor/settings.py @@ -32,7 +32,7 @@ SECRET_KEY = "15-d*6bl(@+jfo92@=67vi1ohx%3e&^l98*bo*v$$+ms%!l(!!" # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['.golovizin.ru', '.xn--b1abndboscb.xn--p1ai'] # Application definition