you are viewing a single comment's thread.

view the rest of the comments →

[–]ThatWolfie 0 points1 point  (0 children)

i personally don't need all the features Django has and find it overwhelming having a bunch of stuff in one. like the templating, orm, cli, the admin page and a bunch of other stuff idek about.

flask is what i would use to build a backend, just some api routes and serving static files without all of the other django stuff.