> For the complete documentation index, see [llms.txt](https://www.dicas-de-django.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.dicas-de-django.com.br/104-django-router.md).

# Django Router

[![](/files/-MfuAP1e7W4erW9hf6Ic)](https://youtu.be/Z6qH9YehjUU?si=wKuNsmgj1ZTkLtvU)

Veja a [documentação](https://pypi.org/project/django-router/)

E veja o código no [Github](https://github.com/rg3915/django-router-tutorial/)

Veja o [CustomRouter](https://github.com/rg3915/django-router-tutorial/blob/main/apps/core/custom_router.py)

Veja o uso em [views.py](https://github.com/rg3915/django-router-tutorial/blob/main/apps/crm/views.py)
