From 49c19d9f9239d163525281ac15a8cbc902a438c1 Mon Sep 17 00:00:00 2001 From: erjemin Date: Thu, 16 Apr 2026 21:15:19 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D1=81=D1=87=D0=B5=D1=82=D0=B0=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B9=D1=82=D0=B8=D0=BD=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oknardia/oknardia/urls.py | 1 + oknardia/templates/service/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/oknardia/oknardia/urls.py b/oknardia/oknardia/urls.py index f3f4a97..25e51e1 100644 --- a/oknardia/oknardia/urls.py +++ b/oknardia/oknardia/urls.py @@ -98,6 +98,7 @@ urlpatterns = [ re_path(r'^service/not-denice[/*]$', service.not_denice), # --- создание файлов sitemap.xml re_path(r'^service/make_sitemaps[/*]$', service.make_site_maps), + re_path(r'^service/make_rating[/*]$', service.make_rating), ] diff --git a/oknardia/templates/service/index.html b/oknardia/templates/service/index.html index c71dd60..0eb9103 100755 --- a/oknardia/templates/service/index.html +++ b/oknardia/templates/service/index.html @@ -20,7 +20,7 @@