-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Many web frameworks can provide CRUD (Create Read Update Delete) web interface by scaffolding from models of an ORM (object-relational mapping) such as SQLAlchemy.
Some possible frameworks to use could be
Flask http://flask.pocoo.org/
->
Flask-Admin https://flask-admin.readthedocs.org/
Flask-SuperAdmin https://github.com/syrusakbary/Flask-SuperAdmin
Flask-Scaffold https://github.com/Leo-G/Flask-Scaffold
see http://techarena51.com/index.php/flask-sqlalchemy-tutorial/
or
Pyramid (The Pylons Project) http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/database/sqlalchemy.html
->
Pyramid-Admin https://github.com/ztane/pyramid-admin
It can also be possible to use a desktop app for admin interface
http://www.python-camelot.com/
(is it still maintained ?)