Metadata-Version: 1.1
Name: django-chatovod
Version: 1.1
Summary: Chatovod  - chat widget for Django.
Home-page: http://github.com/gotlium/django-chatovod
Author: GoTLiuM InSPiRiT
Author-email: gotlium@gmail.com
License: UNKNOWN
Description: Chatovod - chat widget for Django.
        ======================
        http://github.com/gotlium/django-chatovod
        
        
        What's that
        -----------
        This reusable Django app will be integrate a chat widget from Chatovod.Ru.
        ------------------------------------------
        
        
        Installation:
        ----------
        1. sudo 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:
            CHAT_WIDTH = '900'
            CHAT_HEIGHT = '500'
            CHAT_DOMAIN = 'dletest.chatovod.ru'
            CHAT_API_KEY = '07a128c26a0e626c6afcc5ecd8ed800c'
        4. Use in your templates:
            {% load chatovod %}
            {% chatovod %}
        
Keywords: django chat chatovod
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
