Hi everyone!

The subject is related to 
https://github.com/django/channels/commit/2a9d764ad03927581aa2bfcadccc3e953949cb98

> It was very unmaintained, and having it in here sends the wrong message 
about it being useful and reliable.

I used to include the javascript in my templates with:

<script src="{% static 'channels/js/websocketbridge.js' %}"></script>

I suppose the only change I should do now is to include the javascript file 
from the 2.1.3 channels version in my project static folder and reference 
it with (if js is the folder for my project's javascript)::

<script src="{% static 'js/websocketbridge.js' %}"></script>

Am I missing something else here?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e5a5eca8-54f1-49f8-9159-f7b7c4de847e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to