X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/0006d9a177434daef39705f638d1945a5565eb7a..34cdae232d0d9a1b26133b7dd39ab484243d6493:/README.rst 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) +