This website requires JavaScript.
Explore
Help
Sign In
holm
/
django-helpdesk
Watch
1
Star
0
Fork
0
You've already forked django-helpdesk
forked from
extern/django-helpdesk
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f8044faf28c042d4a54b23c268c6e93045114c9a
django-helpdesk
/
helpdesk
/
management
/
commands
History
Gleber Diniz
f8044faf28
Fix import error on python 3
...
"from email.utils import parseaddr, collapse_rfc2231_value" works both for python 2.7 and python 3
2016-06-14 17:10:23 -03: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
UPDATED: print statements to be Python 3.x compatible
2016-03-01 17:01:58 -03:00
create_queue_permissions.py
creation of Permission-per-Queue is done always
2015-12-18 14:35:50 +01:00
create_usersettings.py
Changed references from auth.User to get_user_model (views, forms & commands)
2014-06-18 16:21:37 +02:00
escalate_tickets.py
UPDATED: print statements to be Python 3.x compatible
2016-03-01 17:01:58 -03:00
get_email.py
Fix import error on python 3
2016-06-14 17:10:23 -03:00