https://github.com/realpython/django-example-channels
https://github.com/realpython/django-example-channels
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/django-example-channels
- Owner: realpython
- License: mit
- Created: 2017-02-28T01:39:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T14:19:36.000Z (almost 9 years ago)
- Last Synced: 2025-05-07T21:04:42.586Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 102
- Watchers: 7
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://realpython.com/blog/python/getting-started-with-django-channels/).
## Want to use this project?
1. Fork/Clone
1. Create and activate a virtualenv
1. Install the requirements
1. Apply the migrations
1. Install Redis (if necessary)
1. Run the server