Hacker News new | ask | show | jobs
by trenchgun 2143 days ago
Django is a batteries included framework. If your developers are familiar with it they can create a MVP fast with it for sure.

Then later (if there is need for that) you can separate the front end and the backend, use django for backend and React or Vue for frontend for example.

But TBH there is not really enough context to know for sure.