Metadata-Version: 1.1
Name: django-helpdesk3000
Version: 0.2.2
Summary: Django-powered ticket tracker for your helpdesk
Home-page: https://github.com/chrisspen/django-helpdesk3000
Author: Chris Spencer
Author-email: chrisspen@gmail.com
License: BSD
Description: django-helpdesk3000 - A Django powered ticket tracker.
        ======================================================
        
        This is a Django-powered helpdesk ticket tracker, designed to plug into
        an existing Django website and provide you with internal (or, perhaps,
        external) helpdesk management.
        
        It's a fork of
        `django-helpdesk <https://github.com/rossp/django-helpdesk>`_ with
        better styling, more features, and numerous bug fixes.
        
        Installation
        ------------
        
        Install via pip with:
        
        ::
        
            pip install django-helpdesk3000
        
        Then add ``helpdesk`` to the ``INSTALLED_APPS`` list in your
        ``settings.py``.
        
        Then apply the models. If you're using South, simply run:
        
        ::
        
            python manage.py migrate helpdesk
        
        or if not using South:
        
        ::
        
            python manage.py syncdb
        
        For further installation information see docs/install.html and
        docs/configuration.html
        
Keywords: django,helpdesk,tickets,incidents,cases
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Bug Tracking
