1 Comment
User's avatar
ā­  Return to thread
Engineer's Codex's avatar

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.

Expand full comment