090500
This commit is contained in:
8
system/comments/urls.py
Normal file
8
system/comments/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from system.comments import views
|
||||
|
||||
urlpatterns = [
|
||||
#path('articles/<str:slug>/comments', views.CommentView.as_view(), name='comment-article'),
|
||||
#path('articles/<str:slug>/comments/<int:id>', views.DeleteCommentView.as_view(), name='comment-delete'),
|
||||
]
|
||||
Reference in New Issue
Block a user