You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?)
The text was updated successfully, but these errors were encountered: