Giter VIP home page Giter VIP logo

django-chatovod's Introduction

Chatovod - chat widget for Django

What's that

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

Build Status https://coveralls.io/repos/gotlium/django-chatovod/badge.png?branch=master Current version on PyPi Downloads from PyPi

Documentation available at Read the Docs.

Installation:

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

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

OR

$  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 = 'demo.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>

Compatibility:

  • Python: 2.6, 2.7
  • Django: 1.3.x, 1.4.x, 1.5.x, 1.6
Bitdeli badge

django-chatovod's People

Contributors

gotlium avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

movermeyer

django-chatovod's Issues

Preview Image

I was searching for chat widgets made with django and I find this but I don't how its look like. it's what i want or it's not ?. I think you need to add image to readme file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.