-
Notifications
You must be signed in to change notification settings - Fork 0
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
Notifications #37
Comments
Email notifications have been implemented.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
On further thought, it may be fairly easy to do asynchronous emailing by using some client-side AJAX, but I'm not sure I'd be able to handle a situation where a message fails to post for any reason. Dunno if it would be valid or worth the time to do. Of someone thinks its important to do for this phase, let me know. |
Hah, last minute realization: this will only work when posting a message on the actual topic page. I meant to add it to the table controller as well, but I completely forgot. |
Added support for posting messages from the table view, now good to go for testing. |
Appears to be working after testing. |
As Max or Professor Sara, I want to receive notifications for my subscribed topics so that I don’t have to check for important updates all the time. [3] [A]
The text was updated successfully, but these errors were encountered: