Help me decide between django & SupaBase
I wish to create a PWA.
I am NOT academically trained in CS or programming.
I have done some courses on ODIN project & CS50.
I am confused between django & supabase.
What are the pros & cons of each of these options?
Is there like a checklist or process to figure out the most suitable option for one's project between these ?
2 Replies
One is a framework, the other is a platform that has libraries to interact with it and you can use the framework with it too.
Thank you.
I know now, had a long discussion with Gemini on this.
My fundamental understanding is now clear.
My query now is HOW to use the django framework & supabase together ?
Host django & front end on a separate cloud ? And link them with supabase or what exactly ?