Simple and extensible admin interface framework for Flask
Project description
Introduction
This is library for building adminstrative interface on top of Flask framework.
Instead of providing simple scaffolding for the SQLAlchemy models, Flask-Admin provides tools that can be used to build adminstrative interface of any complexity, using consistent look and feel.
Small example (Flask initialization omitted):
app = Flask(__name__) admin = Admin() admin.add_view(ModelView(User, db.session)) admin.add_view(GalleryManager(name='Photos', category='Cats')) admin.setup_app(app)
If you’re looking for 0.x version of the Flask-Admin written by Andy Wilson, check here.
Documentation
Flask-Admin is extensively documented, you can find documentation here.
3rd Party Stuff
Flask-Admin is built with help of Twitter Bootstrap and Chosen.
Kudos
Some ideas were taken from the Flask-Admin by Andy Wilson.
Examples
Library comes with few examples, you can find them in examples directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Flask-Admin-1.0.0.zip
.
File metadata
- Download URL: Flask-Admin-1.0.0.zip
- Upload date:
- Size: 119.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d39f85635d66a24bd859582cae3edb4cfc46e77ee1f381f3c2f03d8c5c5cb7 |
|
MD5 | 5f3810750d587641cf5641a33c9b6076 |
|
BLAKE2b-256 | e88c732f9e564d49df1dbea12f41f66bbdd10645f7955a803a425d963a370eb9 |