Add documentation re: login URL. Closes issue GH-48.

This commit is contained in:
Ross Poulton 2011-03-05 03:19:15 +00:00
parent 7666ad668d
commit b31068caa9

View File

@ -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.