Skip to main content

Django-powered ticket tracker for your helpdesk

Project description

Build Status https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg

Copyright 2009-2023 Ross Poulton and django-helpdesk contributors. All Rights Reserved. See LICENSE for details.

django-helpdesk was formerly known as Jutda Helpdesk, named after the company which originally created it. As of January 2011 the name has been changed to reflect what it really is: a Django-powered ticket tracker with contributors reaching far beyond Jutda.

Complete documentation is available in the docs/ directory, or online at http://django-helpdesk.readthedocs.org/.

Demo Quickstart

django-helpdesk includes a basic demo Django project so that you may easily get started with testing or developing django-helpdesk. The demo project resides in the demo/ top-level folder.

It’s likely that you can start up a demo project server by running only the command:

make rundemo

or with docker:

docker build . -t demodesk docker run –rm -v “$PWD:/app” -p 8080:8080 demodesk

then pointing your web browser at http://localhost:8080 (log in as user admin` with password Test1234).

For more information and options, please read the demo/README.rst file.

NOTE REGARDING SQLITE AND SEARCHING: The demo project uses sqlite as its database. Sqlite does not allow case-insensitive searches and so the search function may not work as effectively as it would on other database such as PostgreSQL or MySQL that does support case-insensitive searches. For more information, see this note in the Django documentation.

When you try to do a keyword search using sqlite, a message will be displayed to alert you to this shortcoming. There is no way around it, sorry.

Installation

Developer Environment

Follow these steps to set up your development environment to contribute to helpdesk:
  • check out the helpdesk app to your local file system::

    git clone https://github.com/django-helpdesk/django-helpdesk.git

  • install a virtual environment
    • using virtualenv from the helpdesk base folder do::

      virtualenv .venv && source .venv/bin/activate

  • install the requirements for development::

    pip install -r requirements.txt -r requirements-dev.txt

  • install the requirements for testing as well::

    pip install -r requirements.txt -r requirements-dev.txt -r requirements-testing.txt

To reactivate a VENV just run:

source .venv/bin/activate

To see option for the Makefile run: make

The project enforces a standardized formatting in the CI/CD pipeline. To ensure you have the correct formatting run::

make checkformat

To auto format any code use this::

make format

Testing

From the command line you can run the tests using: make test

See quicktest.py for usage details.

Upgrading from previous versions

If you are upgrading from a previous version of django-helpdesk that used migrations, get an up to date version of the code base (eg by using git pull or pip install –upgrade django-helpdesk) then migrate the database:

python manage.py migrate helpdesk --db-dry-run # DB untouched
python manage.py migrate helpdesk

Lastly, restart your web server software (eg Apache) or FastCGI instance, to ensure the latest changes are in use.

Unfortunately we are unable to assist if you are upgrading from a version of django-helpdesk prior to migrations (ie pre-2011).

You can continue to the ‘Initial Configuration’ area, if needed.

Contributing

We’re happy to include any type of contribution! This can be:

  • back-end python/django code development

  • front-end web development (HTML/Javascript, especially jQuery)

  • language translations

  • writing improved documentation and demos

For more information on contributing, please see the CONTRIBUTING.rst file.

Licensing

django-helpdesk is licensed under terms of the BSD 3-clause license. See the LICENSE file for full licensing terms.

Note that django-helpdesk is distributed with 3rd party products which have their own licenses. See LICENSE.3RDPARTY for license terms for included packages.

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-helpdesk-1.0.0.tar.gz (9.4 MB view details)

Uploaded Source

Built Distribution

django_helpdesk-1.0.0-py3-none-any.whl (10.4 MB view details)

Uploaded Python 3

File details

Details for the file django-helpdesk-1.0.0.tar.gz.

File metadata

  • Download URL: django-helpdesk-1.0.0.tar.gz
  • Upload date:
  • Size: 9.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for django-helpdesk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e640793922dada20da415350de6e132ebf5a4787286f0b0a04119d52e49877ed
MD5 cc81e71e9db07ceaad7080d8eb1a523a
BLAKE2b-256 d0bcdbcdc6e59b738cc9c61d5d40b24bfb0426df3faad0bd8a58533250db923d

See more details on using hashes here.

File details

Details for the file django_helpdesk-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_helpdesk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7692c41c24f33a7d8801f784ec8c3cd9f58b744c149684ce64167a1979466751
MD5 9e3a92bd663a946ea8e03829681266da
BLAKE2b-256 d235d799447d5006c4b41fc121ff7c5c5f0612e8da0e6644148523c5e0b3e19e

See more details on using hashes here.

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