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 […]

Read more