Getting Started With Django Channels

Create a real-time application that updates a list of users as they log in and out...

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Create and activate a virtualenv
  3. Install the requirements
  4. Apply the migrations
  5. Install Redis (if necessary)
  6. Run the server