Pin channels<2.0

This commit is contained in:
Iacopo Spalletti 2018-02-02 08:04:43 +01:00
parent ff94b394ad
commit c53356ac90
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
2 changed files with 5 additions and 3 deletions

View File

@ -17,11 +17,13 @@ For detailed information on channels setup, please refer to `channels documentat
Notifications 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: 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 = [ INSTALLED_APPS = [
... ...

View File

@ -26,7 +26,7 @@ deps =
cms34: djangocms-text-ckeditor>=3.2 cms34: djangocms-text-ckeditor>=3.2
cms35: https://github.com/divio/django-cms/archive/develop.zip cms35: https://github.com/divio/django-cms/archive/develop.zip
cms35: djangocms-text-ckeditor>=3.5 cms35: djangocms-text-ckeditor>=3.5
channels>=0.15 channels<2.0
https://github.com/nephila/django-knocker/archive/master.zip?0.1.1 https://github.com/nephila/django-knocker/archive/master.zip?0.1.1
django-meta>=1.2 django-meta>=1.2
html5lib<0.99999999 html5lib<0.99999999