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
3a5e49452b
django-helpdesk
/
helpdesk
/
views
History
Garret Wassermann
3a5e49452b
Merge remote-tracking branch 'shash/fix_vote' into develop for
#652
2018-12-15 13:44:34 -05: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
feeds.py
Bump version to 0.2.6 to fix remaining Django 2.0 warnings
2017-12-28 09:11:34 -05:00
kb.py
add a new field to KBItem model to keep track of all users who voted, and make changes to the vote function so that it checks whether a user has already votred
2018-10-17 23:09:43 +05:30
permissions.py
Submit ticket link should work for non-logged in users
2018-09-07 19:10:57 +02:00
public.py
Transform UserSettings into a normal django model
2018-10-25 17:54:37 +02:00
staff.py
Try to obey UserSettings when sending emails
2018-11-01 19:32:34 +01:00