Skip to content

Secure admin interface #1

@s-celles

Description

@s-celles

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 ?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions