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
0de701fd
Commit
0de701fd
authored
Apr 24, 2015
by
Massimo Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated references in doc from MrJoes (user) to flask-admin (organization)
parent
afd39bb0
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
20 deletions
+20
-20
sidebarintro.html
doc/_templates/sidebarintro.html
+2
-2
db_mongoengine.rst
doc/db_mongoengine.rst
+1
-1
db_peewee.rst
doc/db_peewee.rst
+1
-1
db_pymongo.rst
doc/db_pymongo.rst
+1
-1
db_sqla.rst
doc/db_sqla.rst
+1
-1
django_migration.rst
doc/django_migration.rst
+1
-1
form_rules.rst
doc/form_rules.rst
+1
-1
index.rst
doc/index.rst
+1
-1
localization.rst
doc/localization.rst
+1
-1
quickstart.rst
doc/quickstart.rst
+10
-10
No files found.
doc/_templates/sidebarintro.html
View file @
0de701fd
<h3>
Useful Links
</h3>
<ul>
<li><a
href=
"http://flask.pocoo.org/"
>
The Flask Website
</a></li>
<li><a
href=
"http://github.com/
mrjoes
/flask-admin"
>
Flask-Admin @ github
</a></li>
<li><a
href=
"http://github.com/
flask-admin
/flask-admin"
>
Flask-Admin @ github
</a></li>
</ul>
<a
href=
"http://github.com/
mrjoes
/flask-admin"
><img
style=
"position: fixed; top: 0; right: 0; border: 0;"
<a
href=
"http://github.com/
flask-admin
/flask-admin"
><img
style=
"position: fixed; top: 0; right: 0; border: 0;"
src=
"//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt=
"Fork me on GitHub"
/></a>
doc/db_mongoengine.rst
View file @
0de701fd
...
...
@@ -21,4 +21,4 @@ Known issues:
For more documentation, check :doc:`api/mod_contrib_mongoengine` documentation.
MongoEngine integration example is `here <https://github.com/
mrjoes
/flask-admin/tree/master/examples/mongoengine>`_.
MongoEngine integration example is `here <https://github.com/
flask-admin
/flask-admin/tree/master/examples/mongoengine>`_.
doc/db_peewee.rst
View file @
0de701fd
...
...
@@ -15,4 +15,4 @@ Known issues:
For more documentation, check :doc:`api/mod_contrib_peewee` documentation.
Peewee example is `here <https://github.com/
mrjoes
/flask-admin/tree/master/examples/peewee>`_.
Peewee example is `here <https://github.com/
flask-admin
/flask-admin/tree/master/examples/peewee>`_.
doc/db_pymongo.rst
View file @
0de701fd
...
...
@@ -33,4 +33,4 @@ On top of that you can add sortable columns, filters, text search, etc.
For more documentation, check :doc:`api/mod_contrib_pymongo` documentation.
PyMongo integration example is `here <https://github.com/
mrjoes
/flask-admin/tree/master/examples/pymongo>`_.
PyMongo integration example is `here <https://github.com/
flask-admin
/flask-admin/tree/master/examples/pymongo>`_.
doc/db_sqla.rst
View file @
0de701fd
...
...
@@ -148,4 +148,4 @@ Example
-------
Flask-Admin comes with relatively advanced example, which you can
see `here <https://github.com/
mrjoes
/flask-admin/tree/master/examples/sqla>`_.
see `here <https://github.com/
flask-admin
/flask-admin/tree/master/examples/sqla>`_.
doc/django_migration.rst
View file @
0de701fd
...
...
@@ -152,7 +152,7 @@ Tips and hints
it instead of default implementation.
3. Using Jinja2, you can easily extend the existing templates. You can even change the look and feel of the admin
interface completely, if you want to. Check `this example <https://github.com/
mrjoes
/flask-admin/tree/master/examples/layout>`_.
interface completely, if you want to. Check `this example <https://github.com/
flask-admin
/flask-admin/tree/master/examples/layout>`_.
4. You are not limited to a simple CRUD interface for every model. Want to add some kind of realtime monitoring via websockets? No problem.
...
...
doc/form_rules.rst
View file @
0de701fd
...
...
@@ -123,4 +123,4 @@ Further reading
---------------
For additional documentation, check :mod:`flask_admin.form.rules` module source code (it is quite short) and
look at the `forms example <https://github.com/
mrjoes
/flask-admin/tree/master/examples/forms>`_ on GitHub.
look at the `forms example <https://github.com/
flask-admin
/flask-admin/tree/master/examples/forms>`_ on GitHub.
doc/index.rst
View file @
0de701fd
...
...
@@ -6,7 +6,7 @@ add admin interfaces to Flask applications. It is inspired by the *django-admin*
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.
`our GitHub repository <http://github.com/
flask-admin
/flask-admin>`_ to find out how you can contribute to the project.
.. toctree::
:maxdepth: 2
...
...
doc/localization.rst
View file @
0de701fd
...
...
@@ -2,7 +2,7 @@ Localization
============
Flask-Admin makes it possible for you to serve your application in more than one language. To do this, it makes use of
the `Flask-BabelEx <http://github.com/
mrjoes
/flask-babelex/>`_ package for handling translations. This package is a
the `Flask-BabelEx <http://github.com/
flask-admin
/flask-babelex/>`_ package for handling translations. This package is a
fork of the popular `Flask-Babel <http://github.com/mitshuhiko/flask-babel/>`_ package, with the following features:
1. It is API-compatible with Flask-Babel
...
...
doc/quickstart.rst
View file @
0de701fd
...
...
@@ -323,34 +323,34 @@ Examples
Flask-Admin comes with several examples, that will really help you get a grip on what's possible.
Browse through them in the GitHub repo, and then run them locally to get yourself up to speed in no time:
- `Simple views <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/simple>`_
- `Simple views <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/simple>`_
Here we show how to add some simple custom views to your admin interface. They don't have to
be associated to any of your database models. You can fill them with whatever content you want.
- `Custom layout <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/layout>`_
- `Custom layout <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/layout>`_
Override some of the built-in templates to get complete control over the look and feel of your Admin interface. Either
while using the default Bootstrap 2, or the newer `Bootstrap 3 <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/layout-bootstrap3>`_.
while using the default Bootstrap 2, or the newer `Bootstrap 3 <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/layout-bootstrap3>`_.
- `SQLAlchemy model example <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/sqla>`_
- `SQLAlchemy model example <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/sqla>`_
Model-based views provide heaps of builtin goodness, making it really easy to get a set of the default CRUD views in place.
This example shows some of the basics.
- `SQLAlchemy model views with custom forms and file handling <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/forms>`_
- `SQLAlchemy model views with custom forms and file handling <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/forms>`_
Here, we show some of the more interesting things you can do with very little effort, including customizing the
builtin forms, and adding support for handling file/image uploads.
- `Flask-Login integration example <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/auth>`_
- `Flask-Login integration example <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/auth>`_
Use Flask-Login for authentication to hide some of your admin views behind a login wall.
- `Peewee model example <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/peewee>`_
- `Peewee model example <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/peewee>`_
Not so keen on SQLAlchemy? Perhaps you'd rather use Peewee?
- `MongoEngine model example <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/mongoengine>`_
- `MongoEngine model example <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/mongoengine>`_
... or check this example if MongoDB is more your style.
- `I18n and L10n with Flask-BabelEx <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/babel>`_
- `I18n and L10n with Flask-BabelEx <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/babel>`_
Do you need to make your Admin interface available in other languages? Luckily, Flask-Admin is built for just that kind of thing.
- `Redis terminal <https://github.com/
MrJoes
/Flask-Admin/tree/master/examples/rediscli>`_
- `Redis terminal <https://github.com/
flask-admin
/Flask-Admin/tree/master/examples/rediscli>`_
If you use Redis for caching, then check this example to see how easy it is to add a Redis terminal to your Admin
interface, so you can reach your Redis instance straight from a browser.
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