DEV Community

Discussion on: Managing RESTful URLs in Django Rest Framework

Collapse
 
rajat4665 profile image
Rajat Sharma • Edited

Hi there,
I have one query with HTTP method calling on Url. I have created a class which is inherited from Viewset.
It has different functions to perform different CRUD operations. But when I call two HTTP methods on single URL it doesn't reflect on Options and always go for GET method