From: Alex Kamedov Date: Mon, 18 Apr 2011 17:08:17 +0000 (+0600) Subject: update documentation X-Git-Tag: 22.4~32^2~21 X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/commitdiff_plain/34cdae232d0d9a1b26133b7dd39ab484243d6493 update documentation --- diff --git a/README.rst b/README.rst index 1d32df1..d313340 100644 --- a/README.rst +++ b/README.rst @@ -34,3 +34,10 @@ USAGE #. In *settings.py*, set ``LOGIN_URL`` to ``'/cas/login/'`` and ``LOGOUT_URL`` to ``'/cas/logout/'`` #. In *urls.py*, put the following line: ``(r'^cas/', include('cas_provider.urls')),`` #. Create login/logout templates (or modify the samples) +#. Use 'cleanuptickets' management command to clean up expired tickets + +SETTINGS +========= + +CAS_TICKET_EXPIRATION - minutes to tickets expiration (default is 5 minutes) +