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
c943e859
Commit
c943e859
authored
Jul 02, 2015
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos and fixes on index page.
parent
64203190
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.rst
doc/index.rst
+6
-6
No files found.
doc/index.rst
View file @
c943e859
...
@@ -201,7 +201,7 @@ Or, in much the same way, you can specify options for a single model at a time::
...
@@ -201,7 +201,7 @@ Or, in much the same way, you can specify options for a single model at a time::
-----------------------------------
-----------------------------------
For a complete list of the attributes that are defined, have a look at the
For a complete list of the attributes that are defined, have a look at the
API documentation for :meth:`~flask_admin.model.BaseModelView`.
But, h
ere follows
API documentation for :meth:`~flask_admin.model.BaseModelView`.
H
ere follows
some of the most commonly used ones:
some of the most commonly used ones:
To disable some of the basic CRUD operations, set any of these boolean parameters::
To disable some of the basic CRUD operations, set any of these boolean parameters::
...
@@ -284,13 +284,13 @@ related models loaded via ajax, using::
...
@@ -284,13 +284,13 @@ related models loaded via ajax, using::
Changing the Look & Feel
Changing the Look & Feel
---------------------------------
---------------------------------
To take full control over the
look & feel
of the admin interface, you can override
To take full control over the
style and layout
of the admin interface, you can override
all of the builtin templates. Just keep in mind that the templates will change slightly
all of the builtin templates. Just keep in mind that the templates will change slightly
from one
Flask-Admin versio
n to the next, so once you start overriding them, you
from one
version of Flask-Admi
n to the next, so once you start overriding them, you
need to take care when upgrad
e
your package version.
need to take care when upgrad
ing
your package version.
To override any of the builtin templates, simply copy them from
To override any of the builtin templates, simply copy them from
the Flask-Admin source into
`templates/admin/` in your project
directory.
the Flask-Admin source into
your project's `templates/admin/`
directory.
As long as the filenames stay the same, the templates in your project directory should
As long as the filenames stay the same, the templates in your project directory should
automatically take precedence over the builtin ones.
automatically take precedence over the builtin ones.
...
@@ -356,7 +356,7 @@ Flask-Admin comes with a builtin `FileUploadField` and `ImageUploadField`. To ma
...
@@ -356,7 +356,7 @@ Flask-Admin comes with a builtin `FileUploadField` and `ImageUploadField`. To ma
of them, you'll need to specify an upload directory, and add them to the forms in question.
of them, you'll need to specify an upload directory, and add them to the forms in question.
Image handling also requires you to have `Pillow <https://pypi.python.org/pypi/Pillow/2.8.2>`_ installed.
Image handling also requires you to have `Pillow <https://pypi.python.org/pypi/Pillow/2.8.2>`_ installed.
Have a look a the example at
Have a look a
t
the example at
https://github.com/flask-admin/Flask-Admin/tree/master/examples/forms.
https://github.com/flask-admin/Flask-Admin/tree/master/examples/forms.
If you just want to manage static files in a directory, without tying them to a database model, then
If you just want to manage static files in a directory, without tying them to a database model, then
...
...
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