diff --git a/NITAKUSHOP/__pycache__/settings.cpython-311.pyc b/NITAKUSHOP/__pycache__/settings.cpython-311.pyc index 26a0c2f..b54e863 100644 Binary files a/NITAKUSHOP/__pycache__/settings.cpython-311.pyc and b/NITAKUSHOP/__pycache__/settings.cpython-311.pyc differ diff --git a/NITAKUSHOP/settings.py b/NITAKUSHOP/settings.py index 7ddb90f..ba84e69 100644 --- a/NITAKUSHOP/settings.py +++ b/NITAKUSHOP/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-&b24xw3mg)lbuo4pdea^cxgkoc!yace&t^o9*o#n=-_jhwe+x! # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['192.168.0.172', 'nitakushop.silkyway.kz'] +ALLOWED_HOSTS = ['192.168.0.172', 'nitakushop.silkyway.kz','127.0.0.1'] # Application definition diff --git a/main/templates/main/about.html b/main/templates/main/about.html index a999048..1b9157b 100644 --- a/main/templates/main/about.html +++ b/main/templates/main/about.html @@ -27,7 +27,7 @@

{{ content }}

{{ text_on_page|safe }}

- Вернуться на главную + Вернуться на главную Перейти к Silky Way
diff --git a/main/templates/main/product/list.html b/main/templates/main/product/list.html index a57d323..7a2e122 100644 --- a/main/templates/main/product/list.html +++ b/main/templates/main/product/list.html @@ -7,7 +7,7 @@

Категории

{% for c in categories %} - + {{ c.name }} {% endfor %}