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
7a7d417f
Commit
7a7d417f
authored
Oct 18, 2018
by
PJ Janse van Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update example READMEs
parent
fd1098ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
README.rst
examples/custom-layout/README.rst
+2
-2
README.rst
examples/forms-files-images/README.rst
+2
-2
README.rst
examples/multiple-admin-instances/README.rst
+2
-3
README.rst
examples/sqla-custom-inline-forms/README.rst
+2
-4
No files found.
examples/custom-layout/README.rst
View file @
7a7d417f
...
@@ -14,11 +14,11 @@ To run this example:
...
@@ -14,11 +14,11 @@ To run this example:
3. Install requirements::
3. Install requirements::
pip install -r 'examples/
layout_bootstrap3
/requirements.txt'
pip install -r 'examples/
custom-layout
/requirements.txt'
4. Run the application::
4. Run the application::
python examples/
layout_bootstrap3
/app.py
python examples/
custom-layout
/app.py
The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
comment the following lines in app.py:::
comment the following lines in app.py:::
...
...
examples/forms-files-images/README.rst
View file @
7a7d417f
...
@@ -21,11 +21,11 @@ To run this example:
...
@@ -21,11 +21,11 @@ To run this example:
3. Install requirements::
3. Install requirements::
pip install -r 'examples/forms/requirements.txt'
pip install -r 'examples/forms
-files-images
/requirements.txt'
4. Run the application::
4. Run the application::
python examples/forms/app.py
python examples/forms
-files-images
/app.py
The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
comment the following lines in app.py:::
comment the following lines in app.py:::
...
...
examples/multiple-admin-instances/README.rst
View file @
7a7d417f
...
@@ -14,9 +14,8 @@ To run this example:
...
@@ -14,9 +14,8 @@ To run this example:
3. Install requirements::
3. Install requirements::
pip install -r 'examples/multi/requirements.txt'
pip install -r 'examples/multi
ple-admin-instances
/requirements.txt'
4. Run the application::
4. Run the application::
python examples/multi/app.py
python examples/multiple-admin-instances/app.py
examples/sqla-custom-inline-forms/README.rst
View file @
7a7d417f
...
@@ -14,10 +14,8 @@ To run this example:
...
@@ -14,10 +14,8 @@ To run this example:
3. Install requirements::
3. Install requirements::
pip install -r 'examples/sqla-
inline
/requirements.txt'
pip install -r 'examples/sqla-
custom-inline-forms
/requirements.txt'
4. Run the application::
4. Run the application::
python examples/sqla-inline/app.py
python examples/sqla-custom-inline-forms/app.py
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