Django documentation is outdated?

Hi, i am trying to get a panel app in django, but it seems documentation is refering to django_bokeh package, which does not work with bokeh>3 ?

https://panel.holoviz.org/how_to/integrations/Django.html

thanks for any clarification

i am using bokeh 3.0, maybe i need to go down to boekh 2.0 to work ?

i have tried several things and it continues without loading the static path. In fact, i copied the folder from bokeh_django and it continues without loading.

downgrading grom django 5.2 to 4.1, it works partially, the static error appear again, but i read some solutions for this in several places

It’s probably outdated. Can you file an issue if there isn’t one already?

HI @nghenzi . For reference: were you trying to run an example on the doc page below? which one?

https://panel.holoviz.org/how_to/integrations/Django.html

the sliders app

1 Like