▲ | lardissone 4 days ago | |
I've been working with Django/Python for many years, and around 10 years switched to JS stack, because of work (and because I read HN too much). Last year finally convinced me that the entire JS community is sick, they want to re-invent the wheel all the time and making new libraries obsolete in months. So I started to use Django again. Most of the things needed for MVPs or prototypes are covered by their admin panel, thn when I need to build a front, I decide if use views or a simple frontend (next.js, svelte, etc) that communicates to my API. |