Skip to content
New issue

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

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

Already on GitHub? # to your account

Secure admin interface #1

Open
s-celles opened this issue Jan 20, 2016 · 2 comments
Open

Secure admin interface #1

s-celles opened this issue Jan 20, 2016 · 2 comments

Comments

@s-celles
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

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

No branches or pull requests

2 participants