A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Go to file
2007-12-28 03:35:28 +00:00
templates Utilise markdown on ticket body descriptions. Note: Needs django.contrib.markup in the parent projects' settings.py file. 2007-12-28 03:35:28 +00:00
templatetags Initial import of Python files & templates 2007-12-27 00:29:17 +00:00
__init__.py Initial import of Python files & templates 2007-12-27 00:29:17 +00:00
forms.py Fix model import 2007-12-28 03:33:33 +00:00
models.py * Expanded existing docstrings, added new ones 2007-12-27 01:35:34 +00:00
urls.py Initial import of Python files & templates 2007-12-27 00:29:17 +00:00
views.py Write a FollowUp when opening a ticket, which contains the user-submitted body of the ticket. 2007-12-28 03:29:45 +00:00