Django Ninja #1551
Closed
c4ffein
started this conversation in
WIP Implementations
Django Ninja
#1551
Replies: 1 comment
-
Now nearly finished |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just in case, announcing a WiP implementation at https://github.com/c4ffein/realworld-django-ninja/
Django Ninja is an alternative to DRF, another layer on top of Django to create APIs more easily.
I won't talk more about it as it is already well presented here : https://django-ninja.dev/
I'm basing that implementation on the existing DRF one, as it would make a very good exemple of how to migrate an app from DRF to Ninja.
Most of the work is already done, but I'm still fixing some details according to the API tests that are provided in this repository.
Beta Was this translation helpful? Give feedback.
All reactions