django-helpdeskmig/helpdesk
2025-03-03 22:03:20 +00:00
..
fixtures
locale Update French translations 2023-05-01 23:46:20 +02:00
management Improve help texts 2024-10-19 16:50:17 +02:00
migrations
static/helpdesk
templates/helpdesk Fix for my-tickets div not appending to DOM 2025-01-18 02:07:14 +00:00
templatetags
tests Removing Test Client 2024-12-06 10:11:29 +00:00
views Forcing POST urls for votes 2024-12-06 10:16:14 +00:00
__init__.py
.flake8
admin.py
apps.py
decorators.py
email.py
exceptions.py
forms.py Cleaned EditTicketCustomFieldForm 2024-07-26 11:12:10 +00:00
lib.py
models.py Moving python time_spent calculation to database aggregation 2024-07-10 10:54:17 +00:00
poll_helpdesk_email_queues.sh
query.py
serializers.py
settings.py Adding HELPDESK_SHOW_CUSTOM_FIELDS_FOLLOW_UP_LIST to settings 2024-07-26 10:49:36 +00:00
signals.py
tasks.py
templated_email.py
update_ticket.py Remove ticket_title in favor of title 2025-01-21 18:49:06 +00:00
urls.py Fixed url pattern 2024-12-06 10:03:57 +00:00
user.py
validators.py
webhooks.py