fnp
/
copyspeak.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
layout fixes
[copyspeak.git]
/
src
/
copyspeak
/
settings
/
auth.py
1
from . import INSTALLED_APPS
2
3
4
if 'django_cas' in INSTALLED_APPS:
5
AUTHENTICATION_BACKENDS = (
6
'django.contrib.auth.backends.ModelBackend',
7
'django_cas.backends.CASBackend',
8
)