Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure admin interface #1

Open
scls19fr opened this issue Jan 20, 2016 · 2 comments
Open

Secure admin interface #1

scls19fr opened this issue Jan 20, 2016 · 2 comments

Comments

@scls19fr
Copy link
Member

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

@lwalter86
Copy link
Member

secure web admin

@scls19fr scls19fr changed the title Admin interface Secure admin interface Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants