From 34cdae232d0d9a1b26133b7dd39ab484243d6493 Mon Sep 17 00:00:00 2001 From: Alex Kamedov Date: Mon, 18 Apr 2011 23:08:17 +0600 Subject: [PATCH] update documentation --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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) + -- 2.20.1