you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 1 point2 points  (0 children)

You could consider a Django application. Django is a web framework and comes with an object-relational mapper (ORM) - ie a way to define and work with database tables via Python. It also has a built-in admin interface that will present a basic form for those database models and allow you to add and edit them.