django-helpdesk/helpdesk/management/commands
Jay Turner d3c4d14a40
AttributeError: 'Command' object has no attribute 'option_list'
There is a bug in the command in which option_list doesn't exist and thus, cannot be added to.
2019-02-03 17:59:17 +00: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 AttributeError: 'Command' object has no attribute 'option_list' 2019-02-03 17:59:17 +00:00
get_email.py Fix deprecated escape sequence warning for Py3.7, ignore W503,504 2018-05-10 01:42:09 -04:00