fnp
/
django-cas-provider.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0006d9a
)
update documentation
author
Alex Kamedov
<alex@kamedov.ru>
Mon, 18 Apr 2011 17:08:17 +0000
(23:08 +0600)
committer
Alex Kamedov
<alex@kamedov.ru>
Mon, 18 Apr 2011 17:08:17 +0000
(23:08 +0600)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
1d32df1
..
d313340
100644
(file)
--- 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)
#. 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)
+