Capture parameters in django-rest-framework
suppose this url: http://localhost:8000/articles/1111/comments/ i'd like to get all comments for a given article (here the 1111). This is how i capture this url: url(r'^articles/(?P<uid>[-\w...