This is a library for building an administrative interface on top of the Flask framework.
Flask-Admin comes with a few batteries included: model scaffolding for SQLAlchemy, MongoEngine and Peewee ORMs as well as a simple file management interface.
You're not limited by the default functionality - instead of providing simple scaffolding for the ORM models, Flask-Admin provides tools that can be used to construct administrative interfaces of any complexity, using a consistent look and feel.
Flask-Admin is extensively documented, you can find documentation here.
Flask-Admin is built with the help of Twitter Bootstrap and Select2.
Some ideas were taken from the Flask-Admin by Andy Wilson.
The library comes with a few examples, you can find them in the examples directory.