unfoldadmin / turbo

Django & Next.js boilerplate
MIT License
180 stars 29 forks source link

can the backend API (django-rest-framework) part be replaced with django-ninja? #29

Closed Deali-Axy closed 13 hours ago

Deali-Axy commented 2 days ago

This is a very good scaffolding for a django project, can the backend API (django-rest-framework) part be replaced with django-ninja? Compared to django-rest-framework, ninja development is more flexible and has a smoother learning curve.

I'm actually developing a similar scaffolding for django projects (called DjangoStarter) and switched from django-rest-framework to django-ninja in a recent new release and it feels great!

lukasvinclav commented 13 hours ago

I don't have any experience with django-ninja but if you want to replace django-rest-framework, feel free to do that.