Want access the different request by using the different lookup fields. I have use the simplerouter in router and ModelViewSet in views of the django rest framework.
Example of the expected use case:
url to perform update - /user/{id}/
url to perform delete- /user/{creation_date}/
Please help to solve the problem.
Thanks.