Skip to main content

django-helpdesk - A Django powered ticket tracker for small businesses.

Build Status https://coveralls.io/repos/github/django-helpdesk/django-helpdesk/badge.svg?branch=main

Copyright 2009-2026 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 demodesk/ top-level folder.

You will need to install the uv package manager to simplify setting up the demo:

https://docs.astral.sh/uv/getting-started/installation/

If you have not already created a virtual environment then run this command:

uv venv

To start up a demo project server, run this command:

make rundemo

or with docker:

docker build --file standalone/Dockerfile -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 Pa33w0rd, defined in the demo.json fixture file).

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

Front-end Dependencies

Before you get started, make sure you have the following installed:

Build Dependencies

The project uses the modern uv package manager: https://docs.astral.sh/uv/ There are a number of options that make life a lot easier in the Makefile. To see option for the Makefile run: make

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 the uv package manager::

    https://docs.astral.sh/uv/getting-started/installation/

  • install a virtual environment

    uv venv
  • install the requirements for development:

    make develop
  • you can install optional dependencies using the –group option. The make develop script installs test dependencies.

    # This installs pinax teams dependencies for production uv sync –all-extras –group teams # This installs pinax teams dependencies as well as test uv sync –all-extras –dev –group test –group teams

If you prefer working within an activated virtual environment instead of using the uv tool then you can use the normal command after the above step for creating the virtualenv to activate it:

   source .venv/bin/activate

- or depending on your shell it might be:
   . .venv/bin/activate

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 all the tests using: make test

To run specific tests then run quicktest.py with arguments in an activated virtualenv or use this:

uv run quicktest.py <arg>

See quicktest.py for usage details.

If you need to create tests for new features, add your tests in a test file to the tests module:

- from an activated virtualenv use::
   python quicktest.py helpdesk.tests.test_my_new_features -v 2

- whether a virtualenv is activated or not you can use this command::
   uv run quicktest.py helpdesk.tests.test_my_new_features -v 2

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.

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.

Release files for django-helpdesk 2.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-helpdesk 2.5.0
File Size Uploaded
django_helpdesk-2.5.0.tar.gz 8.5 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-helpdesk 2.5.0
File Interpreter ABI Platform
django_helpdesk-2.5.0-py3-none-any.whl Python 3 none any Details

Total release size: 17.8 MB

Release files / django_helpdesk-2.5.0.tar.gz

Download URL django_helpdesk-2.5.0.tar.gz
Size 8.5 MB
Tags Source
SHA-256 checksum
How to use checksums
7ad1351e565ae68af7e678e72f2864edc10f17559494336dc7611cfcee8b6151
BLAKE2b-256 checksum
How to use checksums
e1072666c2667d0992d65fb0335176b1098664d9afc424a70619ea387a08021e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / django_helpdesk-2.5.0-py3-none-any.whl

Download URL django_helpdesk-2.5.0-py3-none-any.whl
Size 9.3 MB
Tags Python 3
SHA-256 checksum
How to use checksums
92cfceabab02f1a637ee1e5154c866ec81bef744ae81c80ea4507dcdacf36b29
BLAKE2b-256 checksum
How to use checksums
ac48dbde4725bb0911e87e4f5664ee147022dd01002fe6435698d4cdb11ed4cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.5.0 This release

2 release files

2.4.2

2 release files

2.4.1

2 release files

2.4.0

2 release files

2.3.3

2 release files

2.3.2

2 release files

2.3.1

2 release files

2.3.0

2 release files

2.2.0

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.2

2 release files

2.0.1

2 release files

1.8.0

2 release files

1.7.0

2 release files

1.6.2

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.1

2 release files

1.5.0

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.0

2 release files

0.5.0

1 release file

0.4.1

1 release file

0.4.0

1 release file

0.3.5

1 release file

0.3.4

1 release file

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

0.3.0

1 release file

0.2.23

1 release file

0.2.22

1 release file

0.2.21

1 release file

0.2.20

1 release file

0.2.19

1 release file

0.2.18

1 release file

0.2.17

1 release file

0.2.16

1 release file

0.2.15

1 release file

0.2.14

1 release file

0.2.13

1 release file

0.2.12

1 release file

0.2.11

1 release file

0.2.10

1 release file

0.2.9

1 release file

0.2.8

1 release file

0.2.7

1 release file

0.2.6

1 release file

0.2.5

1 release file

0.2.4

1 release file

0.2.3

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.18

1 release file

0.1.17

1 release file

0.1.16

1 release file

0.1.15

1 release file

0.1.14

1 release file

0.1.13

1 release file

0.1.12

1 release file

0.1.11

1 release file

0.1.10

1 release file

0.1.8

1 release file

0.1.2

3 release files

0.1.1

3 release files

0.1.0

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page