rework-union / django-rework

Non-verbose Django development experience
MIT License
6 stars 2 forks source link

Merge drf_spectacular OpenAPI docs and django-nijia OpenAPI docs #45

Closed JoshYuJump closed 1 year ago

JoshYuJump commented 1 year ago

Now the docs has 2 urls.

# drf_spectacular OpenAPI docs
http://127.0.0.1:8000/api/docs/

# django-nijia OpenAPI docs
http://127.0.0.1:8000/api/agiles/docs/

Expect to merged into http://127.0.0.1:8000/api/docs/

JoshYuJump commented 1 year ago

We need Pydantic, but we don't need FastAPI. So django-nijia will be removed in next feature version.