django-helpdesk/helpdesk/views
Janne Alatalo 0a43b9a160 Add support for custom login handler
The custom login handler can be configured by setting the
settings.LOGIN_URL variable. If LOGIN_URL is None or 'helpdesk:login',
the app uses the default helpdesk login system. LOGIN_URL can be a view
name or raw url.
2019-08-27 13:02:07 +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
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 Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
login.py Add support for custom login handler 2019-08-27 13:02:07 +03:00
public.py fix public homepage with kb_category but without kb disabled 2019-03-15 14:10:43 +01:00
staff.py fix redirect loop 2019-03-20 16:12:19 +01:00