mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-12 00:49:25 +01:00
Add documentation re: login URL. Closes issue GH-48.
This commit is contained in:
parent
7666ad668d
commit
b31068caa9
@ -85,3 +85,9 @@ Adding To Your Django Project
|
||||
7. If it's not already installed, install ``python-markdown``::
|
||||
|
||||
pip install Markdown
|
||||
|
||||
8. If you already have a view handling your logins, then great! If not, add the following to ``settings.py`` to get your Django installation to use the login view included in ``django-helpdesk``::
|
||||
|
||||
LOGIN_URL = '/helpdesk/login/'
|
||||
|
||||
Alter the URL to suit your installation path.
|
||||
|
Loading…
Reference in New Issue
Block a user