Django Rechat example Example app for django-rechat Install Clone the repository and run: make install # create a user make superuser Run Run the websockets server: make runws Run the http server: make run Visit localhost:8000