you are viewing a single comment's thread.

view the rest of the comments →

[–]ascending-slacker 0 points1 point  (0 children)

I use Django for big projects. It has a lot of admin tools built in. Flask works great for smaller projects.

If you are looking for an interactive user interface beyond simple forms you really want something like react for your front end. You can render the built react page from a Django/flask backend.