Skip to content

Instantly share code, notes, and snippets.

@hemanth-sp
Created January 3, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth-sp/4b8c840b1035c61083b433421e684324 to your computer and use it in GitHub Desktop.
Save hemanth-sp/4b8c840b1035c61083b433421e684324 to your computer and use it in GitHub Desktop.
comment urls
path('comments', my_views.Requirement.as_view(), name='requirements'),
path('requirement/<int:comment_id>/<str:opition>', my_views.UpdateCommentVote.as_view(), name='requirement_comment_vote'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment