-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of subscribing to an event w/ channels #84
Comments
Yup, it's the test project in the root of the repo: https://github.com/django-wiki/django-nyt/tree/master/test-project |
Thanks for the reply. I was looking for something a bit more explicit. In case anyone else stumbles across this post, below is the code I wrote to subscribe to an content type and then send a message. In this case they are based around projects. Use or ignore as you see fit...
|
@lowegreg there is a bit of documentation examples for invoking |
I know this isn't an actual issue, but wondering if anyone has a sample that includes how to setup events and then allow uses to subscribe/unsubscribe to them.
Cheers,
Greg
The text was updated successfully, but these errors were encountered: