ryanolson / flask-admin

Simple and extensible admin interface framework for Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Admin

https://travis-ci.org/mrjoes/flask-admin.png?branch=master

Introduction

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.

Documentation

Flask-Admin is extensively documented, you can find documentation here.

3rd Party Stuff

Flask-Admin is built with the help of Twitter Bootstrap and Select2.

Kudos

Some ideas were taken from the Flask-Admin by Andy Wilson.

Examples

The library comes with a few examples, you can find them in the examples directory.

About

Simple and extensible admin interface framework for Flask

License:Other