Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 485 Bytes

installation.rst

File metadata and controls

24 lines (16 loc) · 485 Bytes

Installation

Automatic installation

$ pip install django-tornado-websockets

# In your Django project
$ python manage.py collectstatic

Manual installation

$ git clone --recursive https://github.com/Kocal/django-tornado-websockets.git
$ cd django-tornado-websockets
$ python setup.py install

# In your Django project
$ python manage.py collectstatic