DEV Community

Discussion on: SwaggerUI inside Django Rest Framework

Collapse
 
n2ygk profile image
Alan Crosswell

Thanks for this! I was just wanting to do this as I've been playing with a (so far) hand-coded JSON:API 1.0 OAS 3.0 schema for a demo Django REST Framework JSON API (DJA) app. So far, DRF/DJA aren't yet ready to auto-generate the schema but I wanted to get a feeling for what's possible by hand-coding it.

Collapse
 
matthewhegarty profile image
Matthew Hegarty

Hi Alan - thanks for the response. You might want to check out FastAPI if you haven't already seen it. It's an API framework which supports OAS by default.

Collapse
 
n2ygk profile image
Alan Crosswell

Thanks for the pointer Matt. We're pretty opinionated about Django;-) We get a lot of other value besides the JSONAPI support....