{% load staticfiles %} Django tickets

Web based

This is a web based ticketing application. So there is no need for local installations on the working stations of the users (besides a web browser).

Multi User

It is a multi user application. Every user can create tickets, assign tickets to other users, comment tickets, change the ticket status and so on.

Email integration

One of the main features is the ability to create new tickets via email. The app checks an IMAP account for new email regularly and creates a ticket for every email found in the inbox.

Security

Django is innately a very secure web framework. But there are some best practices of the django community that enhance security. In this application I tried to implement these good security best practices.

Python/Django

The application is based on the programming language Python and the web framework Django.

Minimal Feature Set

By now, this is just a very simple app with a minimal features set. It is not intended to grow up to a kitchen sink. But I will add some features in the future.

{% if form.errors %} {% endif %}