fix_test #11

Merged
nikdizell merged 7 commits from fix_test into main 2026-06-19 16:59:38 +03:00
Showing only changes of commit 66acba315a - Show all commits

View File

@ -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',