Comprehensive OpenAPI schema generator for Django based on pydantic

Automated OpenAPI documentation generator for Django. Djagger helps you generate a complete and comprehensive API documentation of your Django project by utilizing pydantic to create schema objects for your views.
Djagger is designed to be:
🧾 Comprehensive – ALL aspects of your API should be document-able straight from your views, to the full extent of the OpenAPi 3.0 specification.
👐 Unintrusive – Integrate easily with your existing Django project. Djagger can document vanilla Django views (function-based and class-based views), as well as any Django REST framework views. As long as you are using Django’s default URL routing, you are good to go. You do not need to