django-helpdesk/helpdesk/management/commands
2016-12-12 10:30:38 +01:00
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
create_escalation_exclusions.py almost auto-fix on misc files 2016-10-23 22:09:17 +02:00
create_queue_permissions.py almost auto-fix on misc files 2016-10-23 22:09:17 +02:00
create_usersettings.py almost auto-fix on misc files 2016-10-23 22:09:17 +02:00
escalate_tickets.py almost auto-fix on misc files 2016-10-23 22:09:17 +02:00
get_email.py PY3 get_email support in method ticket_from_message (if message isinstance bytes use email.email_from_bytes(msg) else ..from_string(msg)) ... clear 2016-12-12 10:30:38 +01:00