-**[Django](http://www.djangoproject.com)**: [django-conversejs](https://pypi.python.org/pypi/django-conversejs) or [django-xmpp](https://github.com/fpytloun/django-xmpp)
When you download a specific release of *Converse.js* there will be two minified files inside the zip file.
Converse.js has a [CDN](https://en.wikipedia.org/wiki/Content_delivery_network), provided by [KeyCDN](http://keycdn.com/), which hosts its Javascript and CSS files.
* dist/converse.js
* css/converse.min.css
The latest versions of these files are available at these URLs:
You can include these two files inside the *<head>* element of your website via the *script* and *link* tags:
* https://cdn.conversejs.org/dist/converse.min.js
* https://cdn.conversejs.org/css/converse.min.css
.. code-block:: html
For a specific version of the files, you can put the version in the URL, as so: