JAEGYUN JUNG

Results 4 issues of JAEGYUN JUNG

Hi. First of all, thank you so much for creating this great package. It's a great tool for documentation and I'm enjoying using it. ### Question: is there a way...

## Description I'd suggest to add the [django-ninja](https://github.com/vitalik/django-ninja) option to the project creation options. Instead of using the `use_drf` option in the current template, it would be nice to have...

enhancement

## There are a few issues... (shouldn't be merged yet) 1. The `abort(code)` works, but raise ApiException() doesn't work with the json response, in my opinion, raising an `ApiException` should...

So I'm using the flask server for two things. 1. a template-based server-side rendering server. It returns a web page. 2. Building an API server using flask-smorest. Here I ran...

enhancement