mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-17 05:40:25 +00:00
Merge pull request #131 from ikkebr/patch-2
Fixed parameter name error in README.rst
This commit is contained in:
commit
754fb5a567
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ How to use:
|
|||
1. ``badge_id`` (default ``live_notify_badge``) - The `id` attribute of the element to show the unread count, that will be periodically updated.
|
||||
#. ``menu_id`` (default ``live_notify_list``) - The `id` attribute of the element to insert a list of unread items, that will be periodically updated.
|
||||
#. ``refresh_period`` (default ``15``) - How often to fetch unread items from the server (integer in seconds).
|
||||
#. ``to_fetch`` (default ``5``) - How many notifications to fetch each time.
|
||||
#. ``fetch`` (default ``5``) - How many notifications to fetch each time.
|
||||
#. ``callbacks`` (default ``<empty string>``) - A comma-separated list of javascript functions to call each period.
|
||||
#. ``api_url_name`` (default ``list``) - The name of the API to call (this can be either ``list`` or ``count``).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue