Skip to content
Snippets Groups Projects
Commit be651b69 authored by Gallenkamp, Fabian's avatar Gallenkamp, Fabian
Browse files

Various

parent 8acdac67
No related branches found
No related tags found
No related merge requests found
# digital methods
Please visit the [Wiki](../../wiki)!
\ No newline at end of file
SQLAlchemy model backend integration examples.
To run this example:
1. Clone the repository::
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
virtualenv env
source env/bin/activate
3. Install requirements::
pip install -r 'examples/sqla/requirements.txt'
4. Run the application::
python examples/sqla/app.py
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:::
if not os.path.exists(database_path):
build_sample_db()
This diff is collapsed.
No preview for this file type
:toc:
:toclevels: 8
:toc-title: Table of contents (work in progress: this list is preliminary and will be updated continuously)
:sectnums:
:sectnumlevels: 8
{% for method in methods %}
{% for l in range(method.level+1) %}={% endfor %} {{ method.name }}
{{method.description}}
{% endfor %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment