Skip to main content

Chatovod - chat widget for Django.

Project description

Chatovod - chat widget for Django
=================================

What's that
-----------
This reusable Django app will be integrate a chat widget from Chatovod.Ru


.. image:: https://api.travis-ci.org/gotlium/django-chatovod.png?branch=master
:alt: Build Status
:target: https://travis-ci.org/gotlium/django-chatovod
.. image:: https://coveralls.io/repos/gotlium/django-chatovod/badge.png?branch=master
:target: https://coveralls.io/r/gotlium/django-chatovod?branch=master
.. image:: https://pypip.in/v/django-chatovod/badge.png
:alt: Current version on PyPi
:target: https://crate.io/packages/django-chatovod/
.. image:: https://pypip.in/d/django-chatovod/badge.png
:alt: Downloads from PyPi
:target: https://crate.io/packages/django-chatovod/

Documentation available at `Read the Docs <http://django-chatovod.readthedocs.org/>`_.


Installation:
-------------
1. Package:

.. code-block:: bash

$ git clone https://github.com/gotlium/django-chatovod.git

$ cd django-chatovod && sudo python setup.py install

**OR**

.. code-block:: bash

$ pip install django-chatovod


2. Add the ``chatovod`` application to ``INSTALLED_APPS`` in your settings file (usually ``settings.py``)

3. Configure widget on your settings. By default:

.. code-block:: python

CHAT_WIDTH = '900'
CHAT_HEIGHT = '500'
CHAT_DOMAIN = 'demo.chatovod.ru'
CHAT_API_KEY = '07a128c26a0e626c6afcc5ecd8ed800c'

4. Use in your template:

.. code-block:: html

{% load chatovod %}
<!DOCTYPE html>
<html>
<head>
<title>Chatovod example</title>
</head>
<body>
{% chatovod %}
</body>
</html>


Compatibility:
-------------
* Python: 2.6, 2.7
* Django: 1.3.x, 1.4.x, 1.5.x, 1.6


.. image:: https://d2weczhvl823v0.cloudfront.net/gotlium/django-chatovod/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-chatovod-1.4.2.tar.gz (14.5 kB view details)

Uploaded Source

File details

Details for the file django-chatovod-1.4.2.tar.gz.

File metadata

File hashes

Hashes for django-chatovod-1.4.2.tar.gz
Algorithm Hash digest
SHA256 c1366eb1188bc23d4501872b66f2c963d09b7f306cb8107d7fc1021030dce601
MD5 be3aad8111d2bcd8fe601881e408d9d5
BLAKE2b-256 a4008f5af99059f1737528c481492c1b675206a0e71a0b81076824e091d90224

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page