DEV Community

Discussion on: Build a Blog API With JWT Authentication Using Django Rest Framework

Collapse
 
seongnam profile image
小星

Now I want to query all articles under a certain category or all articles under a certain label, and the data returned should be the same, so I now define a public class view, which method should I override and how should I pass parameters drom url