Skip to content

alitrack/fab-dash

Repository files navigation

fab-dash

A minimum reproducible repository for embedding panel in Flask App Builder.

more apps support

just put panel apps in apps folder, and test it with

panel serve apps/main.py

run it

python -m venv .venv
source .vevn/bin/activate
pip install -r requirements.txt

export FLASK_APP=run.py
flask fab create-admin
flask run -p 8000
# or
python run.py
# better
gunicorn -w 4 run:app --reload

About

Flask Appbuilder Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published