Hello, I am amused about Panel and it’s functions.
I have already worked with PyWebIO and now want to make an app with Panel and Django.
In your documentation, the Django version was 2. is it because of Django Channels compatibilty?
Do we have any ways to use updated Django?
Thanks
Try to downgrade channels to 2.4.0.
2 Likes
So there is no limit using Django3, just downgrade channels to 2.4.0
Thanks
1 Like
I’m not sure it is that simple. I think the bokeh.server.django is not compatible to django 3.x. Maybe it helps you to check out this issue: https://github.com/bokeh/bokeh/issues/11148
1 Like
I am able to run Django 3.0.3 with panel == 0.12.1, just with forcing channels = 2.4.0. By doing this everything works right.
I hope this helps.
3 Likes
Nice, informative.