django-helpdeskmig/helpdesk/management/commands
Timothy Hobbs 6c37d73d4e
DRY out email sending code and normalize behavior
This refactor removes duplicated logic for deciding whom the messages get sent to.
It also normalizes behavior ensuring that all CCed addresses are sent to in all cases that CCed individuals should be notified.
2018-11-01 14:56:17 +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 Transform UserSettings into a normal django model 2018-10-25 17:54:37 +02:00
escalate_tickets.py DRY out email sending code and normalize behavior 2018-11-01 14:56:17 +01:00
get_email.py More refactors of get_email.py 2018-10-31 16:30:19 +01:00