Bokeh server deployment on Django

I created a Bokeh server that runs on localhost but is there a way for me to implement it in a django project. I haven’t been able to find any useable information concerning this.
I looked at letting django call the ip address but that would require the application to be active b4 calling it. Any suggestions

Have you seen the Bokeh example
at bokeh/examples/howto/server_embed/django_embed at 2.0.2 · bokeh/bokeh · GitHub ?