Django and bokeh

hello,

I am calling for some help using the bokeh-django package, really hope some people have experience with that.
What I’m trying to do is to update my django model using information from the bokeh callbacks. I have tried many things and I would hope someone here would have nice suggestions. I used the general category but please feel free to redirect.

Thanks in advance!

It looks like the “dirty” way of making it work is to use
os.environ["DJANGO_ALLOW_ASYNC_UNSAFE"] = "true"
while I think I would need to make it safe for production later on using async