update documentation
authorAlex Kamedov <alex@kamedov.ru>
Mon, 18 Apr 2011 17:08:17 +0000 (23:08 +0600)
committerAlex Kamedov <alex@kamedov.ru>
Mon, 18 Apr 2011 17:08:17 +0000 (23:08 +0600)
README.rst

index 1d32df1..d313340 100644 (file)
@@ -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)
+