Django + Panel + Bokeh (boilerplate)
This project is a boilerplate: Django integration with Panel and Bokeh libraries.
Make sure you use Python>3.8.
git clone [email protected]:macwis/djpanel.git
cd djpanel
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
daphne djpanel.asgi:application
- Open in your web browser: http://localhost:8000/sliders/