DEV Community

Discussion on: SwaggerUI inside Django Rest Framework

Collapse
 
tfranzel profile image
T. Franzel

Hi guys!

Just wanted to let you know that there is another alternative. github.com/tfranzel/drf-spectacular (disclaimer i'm the author).
It's an OpenAPI 3 alternative to drf-yasg with a lot of similar features and wider support than the native DRF implementation. Some of the features are automatic components, validation, easy modification via decorators, SwaggerUI, ReDoc.