Replaces Slack with gitter.

This commit is contained in:
Bertrand Bordage 2016-09-29 19:40:32 +02:00
parent 8caeab4742
commit b6c1426168
3 changed files with 20 additions and 12 deletions

View File

@ -7,18 +7,21 @@ Caches your Django ORM queries and automatically invalidates them.
----
.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square
.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=86400
:target: https://pypi.python.org/pypi/django-cachalot
.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://travis-ci.org/BertrandBordage/django-cachalot
.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master
.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/
.. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=86400
:target: https://gitter.im/django-cachalot/Lobby
Documentation
-------------
@ -29,4 +32,4 @@ Available `on Read The Docs <http://django-cachalot.readthedocs.io>`_.
Discussion
----------
Via `our Slack team <https://django-cachalot.slack.com>`_.
On `our public gitter chat room <https://gitter.im/django-cachalot/Lobby>`_.

View File

@ -8,18 +8,21 @@ Caches your Django ORM queries and automatically invalidates them.
----
.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square
.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=86400
:target: https://pypi.python.org/pypi/django-cachalot
.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://travis-ci.org/BertrandBordage/django-cachalot
.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master
.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square
.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400
:target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/
.. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=86400
:target: https://gitter.im/django-cachalot/Lobby
.. toctree::
:maxdepth: 2

View File

@ -5,12 +5,14 @@ Bug reports, questions, discussion, new features
- If you spotted **a bug**, please file a precise bug report
`on GitHub <https://github.com/BertrandBordage/django-cachalot/issues>`_
- If you have **a question** on how django-cachalot works or to **simply
discuss**, `chat with us on Slack <https://django-cachalot.slack.com>`_.
- If you have **a question** on how django-cachalot works
or to **simply discuss**,
`chat with us on gitter <https://gitter.im/django-cachalot/Lobby>`_.
- If you want **to add a feature**:
- if you have an idea on how to implement it, you can fork the project
and send a pull request, but **please open an issue first**, because
someone else could already be working on it
- if youre sure that its a must-have feature, open an issue
- if its just a vague idea, please ask on google groups before
- if its just a vague idea, please
`ask on gitter <https://gitter.im/django-cachalot/Lobby>`_ first