mod: блоги (2) драфт

This commit is contained in:
2026-09-08 00:40:48 +03:00
parent 4a4d009b04
commit 6da0e63a48
5 changed files with 258 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@ urlpatterns = [
path("gallery/<str:hash_id>", views.gallery_detail, name="gallery_detail"),
path("gallery/<str:hash_id>/download", views.gallery_download, name="gallery_download"),
path("gallery/<str:hash_id>/vote", views.gallery_vote, name="gallery_vote"),
path("blog", views.blog_feed, name="blog_feed"),
path("blog/<str:slug>", views.blog_detail, name="blog_detail"),
]
if settings.DEBUG: