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",# Сразу добавь на будущее ]