I actually found the opposite experience with Django š
It comes with a template rendering system, auth, and a lot more, but a lot of that is not needed nowadays with the decoupling of frontend and backend.
I found it works best with Django Rest Framework, so it's basically just used as a REST API with JWTs. However, I see a lot of newer companies built on Supabase nowadays because the dev experience is so much better.
I actually found the opposite experience with Django š
It comes with a template rendering system, auth, and a lot more, but a lot of that is not needed nowadays with the decoupling of frontend and backend.
I found it works best with Django Rest Framework, so it's basically just used as a REST API with JWTs. However, I see a lot of newer companies built on Supabase nowadays because the dev experience is so much better.