django-notification Questions
3
Solved
I'm considering to use django-notifications and Web Sockets to send real-time notifications to iOS/Android and Web apps. So I'll probably use Django Channels.
Can I use Django Channels to track on...
Fostoria asked 20/8, 2018 at 12:43
0
Following code is working for comment section.
from django.db import models
from django.contrib.sites.models import Site
from django.db.models import signals
from notification import models as not...
Cadena asked 22/1, 2015 at 14:6
2
Solved
How can i use django-notifications or django-signals to make something like facebook updates notification that shows in the user profile if any other user likes or posts comments on user's blog or ...
Wein asked 21/12, 2011 at 8:41
1
Solved
I have been developing in django for sometime now, and have developed a neat website having functionality such as writing blogs, posting questions, sharing content etc. However there is still one t...
Abduce asked 22/12, 2011 at 11:49
2
Solved
I've been reading the docs for django-notification, and they seem to cover creating notifications just fine, but not how to display them to users. Is there a good reference for this out there, and ...
Gutow asked 22/10, 2009 at 20:31
1
© 2022 - 2024 — McMap. All rights reserved.