Django REST framework: Concepts behind different types of routers and viewsets?

Basic architecture of django application Routing layer without routers Routing layer with routers Different types of routers in DRF Demo Source code and slides(in documents folder): https://github.com/jkasaudhan/django_... Django api: How to create CRUD API using PURE django ?(without REST framework):    • Django api: How to create CRUD API using P...