diff --git a/src/strojnadzor/settings.py b/src/strojnadzor/settings.py index 56fb7da..2810c9f 100644 --- a/src/strojnadzor/settings.py +++ b/src/strojnadzor/settings.py @@ -36,7 +36,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) 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 +DEBUG = False ALLOWED_HOSTS = ['.golovizin.ru', '.xn--b1abndboscb.xn--p1ai', 'localhost']