Skip to main content

Chatovod - chat widget for Django.

Project description

What’s that

This reusable Django app will be integrate a chat widget from Chatovod.Ru

Installation:

  1. Package:

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

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

OR

$  sudo pip install django-chatovod
  1. Add the ‘chatovod’ application to ‘INSTALLED_APPS’ in your

    settings file (usually ‘settings.py’)

  2. Configure widget on your settings. By default:

CHAT_WIDTH = '900'
CHAT_HEIGHT = '500'
CHAT_DOMAIN = 'dletest.chatovod.ru'
CHAT_API_KEY = '07a128c26a0e626c6afcc5ecd8ed800c'
  1. Use in your template:

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

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.2.tar.gz (8.6 kB view hashes)

Uploaded Source

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