Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
d463725e
Commit
d463725e
authored
Mar 21, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added reference to 3rd party libraries.
parent
d00e5c99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README.rst
README.rst
+5
-0
quickstart.rst
doc/quickstart.rst
+1
-1
No files found.
README.rst
View file @
d463725e
...
@@ -30,6 +30,11 @@ Documentation
...
@@ -30,6 +30,11 @@ Documentation
Flask-AdminEx is extensively documented, you can find documentation `here <http://readthedocs.org/docs/flask-adminex>`_.
Flask-AdminEx is extensively documented, you can find documentation `here <http://readthedocs.org/docs/flask-adminex>`_.
3rd Party Stuff
---------------
Flask-AdminEx is built with help of `Twitter Bootstrap <http://twitter.github.com/bootstrap/>`_ and `Chosen <http://harvesthq.github.com/chosen/>`_.
Examples
Examples
--------
--------
...
...
doc/quickstart.rst
View file @
d463725e
...
@@ -153,7 +153,7 @@ is not provided. Model-based views will be explained in the next section.
...
@@ -153,7 +153,7 @@ is not provided. Model-based views will be explained in the next section.
Model Views
Model Views
-----------
-----------
Flask-AdminEx comes with built-in SQLAlchemy model administrative interface. It is very easy to use
it
::
Flask-AdminEx comes with built-in SQLAlchemy model administrative interface. It is very easy to use::
from flask.ext.adminex.ext.sqlamodel import ModelBase
from flask.ext.adminex.ext.sqlamodel import ModelBase
from flask.ext.sqlalchemy import db
from flask.ext.sqlalchemy import db
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment