Replies: 2 comments
-
I will test django-activity-stream and I will write my feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
-
From the first view I can see that the django-notifications are used in two python files - accounts/api.py and threads/api.py. I think it will be not so much work to switch to django-activity-stream. I can see that django-activity-stream have better support, but I do not think it have big difference. My personal opinion is that there is not big value to switch to django-activity-stream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We currently use the
django-notifications
package in this project. Recently, there are some deprecation warnings indjango-notifications
that have led for us to investigate the package in issue #1426.The
django-notifications
documentation indicates that it may be a fork of thedjango-activity-stream
package.Since
django-notifications
anddjango-activity-stream
are so similar, let's compare the two packages (code quality, development activity, documentation, etc.) and discuss whether to stay withdjango-notifications
or switch todjango-activity-stream
as well as consider the possible switching cost.Beta Was this translation helpful? Give feedback.
All reactions