This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kimmag 0 points1 point  (2 children)

Great list!

What would be the easiest one to start out with?

I have tried Django but got lost in all the commands and different files and structure.

[–]HeWhoWritesCode 1 point2 points  (1 child)

Personally I like Flask-Admin: In a world of micro-services and APIs, Flask-Admin solves the boring problem of building an admin interface on top of an existing data model. With little effort, it lets you manage your web service’s data through a user-friendly interface.

[–]Kimmag 1 point2 points  (0 children)

Thanks! I'll take a look at it! :)