From 66acba315a3ccfecda48957a1fdd7f233446a36e Mon Sep 17 00:00:00 2001 From: NikDizell Date: Fri, 19 Jun 2026 16:54:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OneCprogsite/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/OneCprogsite/settings.py b/OneCprogsite/settings.py index 052e0c7..32eb793 100644 --- a/OneCprogsite/settings.py +++ b/OneCprogsite/settings.py @@ -74,9 +74,6 @@ if not DEBUG: CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'redis://localhost:6379/0') CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND', 'redis://localhost:6379/0') -if DEBUG: - A = True - CSRF_TRUSTED_ORIGINS = [ 'https://nikdizell.ru', 'https://www.nikdizell.ru',