This commit is contained in:
Holger Sielaff
2026-01-13 11:00:34 +01:00
parent 3c135866c0
commit 19a6728b5f
10 changed files with 748 additions and 0 deletions

11
__init__.py Normal file
View File

@@ -0,0 +1,11 @@
"""
Django Enhanced API Docs
Enhanced API documentation for Django REST Framework using drf-spectacular.
"""
__version__ = '0.1.0'
__author__ = 'KBS GmbH'
__email__ = 'holger.sielaff@kbs-gmbh.de'
__license__ = 'MIT'
default_app_config = 'django_enhanced_apidocs.apps.DjangoEnhancedApidocsConfig'