From 8f91cf036453b4f6291d10dbb68236289fce6863 Mon Sep 17 00:00:00 2001 From: Lowlights <125327040+Lowlightsas@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:29:05 +0600 Subject: [PATCH] d --- .../__pycache__/settings.cpython-311.pyc | Bin 2770 -> 2770 bytes NITAKUSHOP/settings.py | 2 +- main/templates/main/about.html | 2 +- main/templates/main/product/list.html | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NITAKUSHOP/__pycache__/settings.cpython-311.pyc b/NITAKUSHOP/__pycache__/settings.cpython-311.pyc index 26a0c2f78f256e4f532b2fc938181be0b3191a7c..b54e863458fa2107afe362ce31099a6ca5535051 100644 GIT binary patch delta 19 Zcmca4dP$UPIWI340}wo4ypih!7XUcr1-k$M delta 19 Zcmca4dP$UPIWI340}yO?-^g`>3jj6w1up;q 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 %}