Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > Django Plugins

    django-live-support 0.1.9

    Download button

    No screenshots available
    Downloads: 95  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark Ransom | More programs
    BSD License / FREE
    September 21st, 2012, 11:48 GMT
    ROOT / Internet / Django Plugins

     Read user reviews (0)  Refer to a friend  Subscribe

    django-live-support description

    A Django app that lets you chat with visitors to your site

    django-live-support provides a live support chat app for Django that lets you chat with visitors to your site through the Django Admin interface.

    Getting Started

    To get started simply install using ``pip``:

        pip install django-live-support

    Add ``live_support`` to your installed apps and ``syncdb`` (or migrate, if you have south installed).

    Your installed apps should look something like this:

            INSTALLED_APPS = (
                'django.contrib.auth',
                'django.contrib.contenttypes',
                'django.contrib.sessions',
                'django.contrib.sites',
                'django.contrib.messages',
                'django.contrib.admin',
                'live_support',
            )


    Add ``live_support.urls`` to your urls.py, like so:

        from django.conf.urls.defaults import patterns, include, url

        from django.contrib import admin
        admin.autodiscover()

        urlpatterns = patterns('',
            url(r'^admin/', include(admin.site.urls)),
            url(r'^support/', include('live_support.urls')),
        )


    Usage

    You can either override the template for the ``start_chat`` (live_support/start_chat.html) and ``client_chat`` (live_support/live_support.html) views and just point users to the root of the live_support app as defined in your urls.py file, or you can drop the ``{% chat_iframe %}`` templatetag into your base template, which will render the chat sidebar (which pops out into a chat window) on every page.


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    Django chat | live chat | Django | chat | live

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM