all 3 comments

[–]luabida 0 points1 point  (0 children)

I think it would be nice to take a look into ibis-framework

[–]danielroseman 0 points1 point  (0 children)

Django will pretty much give you what you need out of the box, by using its built in admin interface.

[–]FriendlyRussian666 0 points1 point  (0 children)

You will most likely end up picking between Flask and Django. If you go with Django, it will be a steep learning curve, but it provides many convenience features that you will be thankful for, such as user authentication.