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
f8858566
Commit
f8858566
authored
Oct 22, 2013
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into docs
parents
cdb4a411
35613c97
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
9 deletions
+14
-9
README.rst
README.rst
+3
-3
favicon.ico
doc/_static/favicon.ico
+0
-0
flask-admin.png
doc/_static/flask-admin.png
+0
-0
flask.png
doc/_static/flask.png
+0
-0
theme.conf
doc/_themes/flask/theme.conf
+2
-2
conf.py
doc/conf.py
+3
-3
index.rst
doc/index.rst
+6
-1
No files found.
README.rst
View file @
f8858566
...
...
@@ -7,9 +7,9 @@ Flask-Admin
Introduction
------------
Flask-Admin is a batteries-included, simple-to-use
Flask extension that lets you add admin interfaces to Flask
a
pplications. 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.
Flask-Admin is a batteries-included, simple-to-use
`Flask <http://flask.pocoo.org/>`_ extension that lets you
a
dd 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.
Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
...
...
doc/_static/favicon.ico
0 → 100644
View file @
f8858566
1.12 KB
doc/_static/flask-admin.png
0 → 100644
View file @
f8858566
35 KB
doc/_static/flask.png
0 → 100644
View file @
f8858566
9.69 KB
doc/_themes/flask/theme.conf
View file @
f8858566
...
...
@@ -4,7 +4,7 @@ stylesheet = flasky.css
pygments_style
=
flask_theme_support
.
FlaskyStyle
[
options
]
index_logo
=
index_logo_height
=
1
2
0
px
index_logo
=
'flask-admin.png'
index_logo_height
=
1
4
0
px
touch_icon
=
github_fork
=
'mrjoes/flask-admin'
doc/conf.py
View file @
f8858566
...
...
@@ -115,12 +115,12 @@ html_theme_path = ['_themes']
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo =
None
#html_logo =
'_static/flask.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon
=
'favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
@@ -129,7 +129,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#
html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt
=
'
%
b
%
d,
%
Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
...
...
doc/index.rst
View file @
f8858566
Flask-Admin
===========
Flask-Admin is simple and extensible administrative interface framework for `Flask <http://flask.pocoo.org/>`_.
Flask-Admin is a batteries-included, simple-to-use `Flask <http://flask.pocoo.org/>`_ extension that lets you
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.
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.
.. toctree::
:maxdepth: 2
...
...
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