axnsan12 / drf-yasg

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
https://drf-yasg.readthedocs.io/en/stable/
Other
3.42k stars 440 forks source link

django swagger #552

Open hdkhoa162 opened 4 years ago

hdkhoa162 commented 4 years ago

I am using Django (not DRF) version 2.2.4 and building drf-yasg into it. Swagger ui works but does not load endpoints. Any way to fix it?

johnthagen commented 4 years ago

This project is specifically designed to be layered on top of DRF. It's unlikely there will be a smooth integration without using DRF.

In any case, more details would be needed for anyone else to help.