mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-24 06:54:45 +00:00
Update README.rst
State difference between django-notifications and django-activity-stream
This commit is contained in:
parent
9e91cd965b
commit
503b65ce8a
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
`django-notifications <https://github.com/django-notifications/django-notifications>`_ is a GitHub notification alike app for Django, it was derived from `django-activity-stream <https://github.com/justquick/django-activity-stream>`_
|
||||
|
||||
The major difference between ``django-notifications`` and ``django-activity-stream``:
|
||||
|
||||
* ``django-notifications`` is for building something like Github "Notifications"
|
||||
* While ``django-activity-stream`` is for building Github "News Feed"
|
||||
|
||||
Notifications are actually actions events, which are categorized by four main components.
|
||||
|
||||
* ``Actor``. The object that performed the activity.
|
||||
|
|
|
|||
Loading…
Reference in a new issue