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
5d83a66c
Commit
5d83a66c
authored
Mar 23, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed image links.
parent
de025273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
quickstart.rst
doc/quickstart.rst
+5
-5
No files found.
doc/quickstart.rst
View file @
5d83a66c
...
...
@@ -51,7 +51,7 @@ If you start this application and navigate to `http://localhost:5000/admin/ <htt
you should see empty "Home" page with a navigation bar on top
.. image:: images/quickstart/quickstart_1.png
:target: _images/quickstart_1.png
:target:
../
_images/quickstart_1.png
You can change application name by passing `name` parameter to the `Admin` class constructor::
...
...
@@ -107,7 +107,7 @@ If you will refresh 'Hello' administrative page again you should see greeting in
.. image:: images/quickstart/quickstart_2.png
:width: 640
:target: _images/quickstart_2.png
:target:
../
_images/quickstart_2.png
You're not limited to top level menu. It is possible to pass category name and it will be used as a
top menu item. For example::
...
...
@@ -132,7 +132,7 @@ Will look like this:
.. image:: images/quickstart/quickstart_3.png
:width: 640
:target: _images/quickstart_3.png
:target:
../
_images/quickstart_3.png
Authentication
--------------
...
...
@@ -210,7 +210,7 @@ Here is how default list view looks like:
.. image:: images/quickstart/quickstart_4.png
:width: 640
:target: _images/quickstart_4.png
:target:
../
_images/quickstart_4.png
If you want to customize model views, you have two options:
...
...
@@ -260,7 +260,7 @@ Sample screenshot:
.. image:: images/quickstart/quickstart_5.png
:width: 640
:target: _images/quickstart_5.png
:target:
../
_images/quickstart_5.png
You can disable uploads, disable file or directory deletion, restrict file uploads to certain types and so on.
Check :mod:`flask.ext.adminex.ext.fileadmin` documentation on how to do it.
...
...
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