from django.urls import path from system.comments import views urlpatterns = [ #path('articles//comments', views.CommentView.as_view(), name='comment-article'), #path('articles//comments/', views.DeleteCommentView.as_view(), name='comment-delete'), ]