From 9c2c8b7b0ddfe8c6b7c06847a729a98c3fdbfc7d Mon Sep 17 00:00:00 2001 From: ack_ik Date: Wed, 21 Jan 2026 14:20:18 +0300 Subject: [PATCH] With new domain --- core/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index cbce9fd..702885a 100644 --- a/core/settings.py +++ b/core/settings.py @@ -133,5 +133,6 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' CSRF_TRUSTED_ORIGINS = [ "http://192.168.1.57:8080", - "https://shop.tertelius.space", # Сразу добавь на будущее + "https://shop.tertelius.space", + "https://ha3001.tertelius.space",# Сразу добавь на будущее ]