Add Swagger using drf-spectacular

See #146

DRF 3.16 and Django 5.2 are not in drf-spectacular's published
list of supported but here's some sources that give reason to believe
they are supported _in practice_:

* https://github.com/tfranzel/drf-spectacular/issues/1417
* https://github.com/tfranzel/drf-spectacular/issues/1414
This commit is contained in:
Klaas van Schelven
2025-09-12 11:32:16 +02:00
parent 9ad66d7b50
commit a4e84fa0a3
8 changed files with 120 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ fastjsonschema==2.21.*
verbose_csrf_middleware==1.0.*
ecma426>=0.2.0
djangorestframework==3.16.*
drf-spectacular[sidecar]