django-helpdesk/helpdesk/views
Martin Whitehouse b586442508
Merge branch 'stable' of
git@github.com:superuser-marty-me-uk/django-helpdesk.git into formatting
2022-07-13 10:22:11 +02: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
abstract_views.py pycodestyle formatting 2022-07-12 12:34:19 +02:00
api.py Create FollowUpAttachment serializer + handle attachment in TicketSerializer and in FollowUpSerializer in order to attach directly one or multiple attachments to the created followup. 2022-06-24 23:45:26 +02:00
feeds.py pycodestyle formatting 2022-07-12 12:34:19 +02:00
kb.py allow KBItems to be disabled for users 2020-02-25 14:46:21 +01:00
login.py chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
permissions.py Submit ticket link should work for non-logged in users 2018-09-07 19:10:57 +02:00
public.py pycodestyle formatting 2022-07-12 12:34:19 +02:00
staff.py pycodestyle formatting 2022-07-12 12:34:19 +02:00