Commit fff47c2e authored by Serge S. Koval's avatar Serge S. Koval

Update README.rst

parent 9399b340
......@@ -8,15 +8,18 @@ Flask-Admin
Introduction
------------
Flask-Admin is advanced, extensible and simple to use administrative interface building extension for Flask framework.
Flask-Admin is advanced, extensible and simple to use administrative interface building extension for the Flask framework.
It comes with batteries included: model scaffolding for `SQLAlchemy <http://www.sqlalchemy.org/>`_,
`MongoEngine <http://mongoengine.org/>`_, `pymongo <http://api.mongodb.org/python/current/>`_ and `Peewee <https://github.com/coleifer/peewee>`_ ORMs, simple
file management interface and a lot of usage examples.
file management interface, redis client console and a lot of usage examples.
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.
models, Flask-Admin provides tools that can be used to build administrative interface of any complexity,
using a consistent look and feel. Flask-Admin architecture is very flexible, there's no need to monkey-patch
anything, every single aspect of the library can be customized.
While Flask-Admin is constantly evolving, its production ready and being used in quite a few projects.
Documentation
-------------
......@@ -30,12 +33,7 @@ Flask-Admin is built with the help of `Twitter Bootstrap <http://twitter.github.
If you want to localize administrative interface, install `Flask-BabelEx <https://pypi.python.org/pypi/Flask-BabelEx>` package.
Kudos
-----
Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-admin-old>`_ by Andy Wilson.
Examples
--------
The library comes with a few examples, you can find them in the `examples <https://github.com/mrjoes/flask-admin/tree/master/examples` directory.
The library comes with a quite a few examples, you can find them in the `examples <https://github.com/mrjoes/flask-admin/tree/master/examples` directory.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment