Commit 84a837c5 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Add links to 'examples.flask-admin.org'.

parent 4d3d3710
...@@ -33,6 +33,15 @@ as the need arises. ...@@ -33,6 +33,15 @@ as the need arises.
Flask-Admin is an active project, well-tested and production ready. Flask-Admin is an active project, well-tested and production ready.
Examples
--------
You can see some examples of how Flask-Admin can be used at `http://examples.flask-admin.org <http://examples.flask-admin.org/>`_.
The code for these examples, and several more, are available in this repo in the *examples/* directory.
To run one of the examples in your local environment, simply run:
python examples/sqla/simple.py
Documentation Documentation
------------- -------------
Flask-Admin is extensively documented, you can find all of the documentation at `http://readthedocs.org/docs/flask-admin <http://readthedocs.org/docs/flask-admin>`_. Flask-Admin is extensively documented, you can find all of the documentation at `http://readthedocs.org/docs/flask-admin <http://readthedocs.org/docs/flask-admin>`_.
......
...@@ -5,6 +5,8 @@ Flask-Admin is a batteries-included, simple-to-use `Flask <http://flask.pocoo.or ...@@ -5,6 +5,8 @@ Flask-Admin is a batteries-included, simple-to-use `Flask <http://flask.pocoo.or
add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such
a way that the developer has total control of the look, feel and functionality of the resulting application. a way that the developer has total control of the look, feel and functionality of the resulting application.
You can see some examples of how Flask-Admin can be used at `http://examples.flask-admin.org <http://examples.flask-admin.org/>`_.
Browse through the documentation below to learn more about what you can do with Flask-Admin. Or head over to Browse through the documentation below to learn more about what you can do with Flask-Admin. Or head over to
`our GitHub repository <http://github.com/mrjoes/flask-admin>`_ to find out how you can contribute to the project. `our GitHub repository <http://github.com/mrjoes/flask-admin>`_ to find out how you can contribute to the project.
......
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