From 970273543035c77a3665efbb59aa028c8b9f99ac Mon Sep 17 00:00:00 2001 From: Stepan Pilipenko Date: Sun, 26 Oct 2025 19:39:07 +0300 Subject: [PATCH] debug --- app/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings/settings.py b/app/settings/settings.py index e41f357..cf9a275 100644 --- a/app/settings/settings.py +++ b/app/settings/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-=cldztbc4jg&xl0!x673!*v2_=p$$eu)=7*f#d0#zs$44xx-h^ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', '127.0.0.1', '192.168.1.100', 'game_shop.softwarrior.ru'] +ALLOWED_HOSTS = ['localhost', '127.0.0.1', '192.168.1.100', 'shop.softwarrior.ru'] # Application definition