Skip to content

macwis/djpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djpanel

Django + Panel + Bokeh (boilerplate)

This project is a boilerplate: Django integration with Panel and Bokeh libraries.

Instruction to run

Make sure you use Python>3.8.

  1. git clone [email protected]:macwis/djpanel.git
  2. cd djpanel
  3. virtualenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. python manage.py migrate
  7. daphne djpanel.asgi:application
  8. Open in your web browser: http://localhost:8000/sliders/

Screenshots

Pic. 1 - Sliders view:

About

Django + Panel + Bokeh (boilerplate)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published