commit
958d392c6a
2 changed files with 5 additions and 3 deletions
|
@ -17,11 +17,13 @@ For detailed information on channels setup, please refer to `channels documentat
|
|||
Notifications
|
||||
*************
|
||||
|
||||
``djangocms-blog`` is integrated with `django-knocker`_ to provide real time desktop notifications.
|
||||
``djangocms-blog`` integrates `django-knocker`_ to provide real time desktop notifications.
|
||||
|
||||
To enable notifications:
|
||||
|
||||
* Add ``knocker`` application to ``INSTALLED_APPS`` together with channels::
|
||||
* Install **django-knocker** and **channels<2.0**
|
||||
|
||||
* Add ``channels`` and ``knocker`` application to ``INSTALLED_APPS`` together with channels::
|
||||
|
||||
INSTALLED_APPS = [
|
||||
...
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -26,7 +26,7 @@ deps =
|
|||
cms34: djangocms-text-ckeditor>=3.2
|
||||
cms35: https://github.com/divio/django-cms/archive/develop.zip
|
||||
cms35: djangocms-text-ckeditor>=3.5
|
||||
channels>=0.15
|
||||
channels<2.0
|
||||
https://github.com/nephila/django-knocker/archive/master.zip?0.1.1
|
||||
django-meta>=1.2
|
||||
html5lib<0.99999999
|
||||
|
|
Loading…
Reference in a new issue