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

Fixed readme.

parent e11f37dc
...@@ -15,8 +15,7 @@ Instead of providing simple scaffolding of the SQLAlchemy models, Flask-AdminEx ...@@ -15,8 +15,7 @@ Instead of providing simple scaffolding of the SQLAlchemy models, Flask-AdminEx
provides tools that can be used to build adminstrative interface of any complexity, provides tools that can be used to build adminstrative interface of any complexity,
using consistent look and feel. using consistent look and feel.
Example Small example (Flask initialization omitted)::
-------
app = Flask(__name__) app = Flask(__name__)
...@@ -25,6 +24,7 @@ Example ...@@ -25,6 +24,7 @@ Example
admin.add_view(GalleryManager(name='Photos', category='Cats')) admin.add_view(GalleryManager(name='Photos', category='Cats'))
admin.setup_app(app) admin.setup_app(app)
Documentation Documentation
------------- -------------
......
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