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
e7057a2c
Commit
e7057a2c
authored
Jun 30, 2015
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sidebar links, and have them open in a new tab.
parent
d6b72422
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
sidebarintro.html
doc/_templates/sidebarintro.html
+4
-3
index.rst
doc/index.rst
+1
-1
No files found.
doc/_templates/sidebarintro.html
View file @
e7057a2c
<h3>
Useful Links
</h3>
<h3>
Useful Links
</h3>
<ul>
<ul>
<li><a
href=
"http://flask.pocoo.org/"
>
The Flask Website
</a></li>
<li><a
href=
"http://flask.pocoo.org/"
target=
"_blank"
>
Flask
</a></li>
<li><a
href=
"http://github.com/flask-admin/flask-admin"
>
Flask-Admin @ github
</a></li>
<li><a
href=
"http://github.com/flask-admin/flask-admin"
target=
"_blank"
>
Flask-Admin @ github
</a></li>
<li><a
href=
"http://examples.flask-admin.org/"
target=
"_blank"
>
Flask-Admin Examples
</a></li>
</ul>
</ul>
<a
href=
"http://github.com/flask-admin/flask-admin"
><img
style=
"position: fixed; top: 0; right: 0; border: 0;"
<a
href=
"http://github.com/flask-admin/flask-admin"
target=
"_blank"
><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>
src=
"//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt=
"Fork me on GitHub"
/></a>
doc/index.rst
View file @
e7057a2c
...
@@ -108,7 +108,7 @@ easy it is to put your whole application behind HTTP Basic Auth.
...
@@ -108,7 +108,7 @@ easy it is to put your whole application behind HTTP Basic Auth.
Unfortunately, there is no easy way of applying HTTP Basic Auth just to your admin
Unfortunately, there is no easy way of applying HTTP Basic Auth just to your admin
interface.
interface.
Rolling
your o
wn
Rolling
Your O
wn
--------------------------------
--------------------------------
For a finer-grained solution, Flask-Admin lets you define access control rules
For a finer-grained solution, Flask-Admin lets you define access control rules
on each of your admin view classes by simply overriding the `is_accessible` method.
on each of your admin view classes by simply overriding the `is_accessible` method.
...
...
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