fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move to src dir.
[edumed.git]
/
edumed
/
settings
/
auth.py
diff --git
a/edumed/settings/auth.py
b/edumed/settings/auth.py
deleted file mode 100644
(file)
index
35c74c4
..0000000
--- a/
edumed/settings/auth.py
+++ /dev/null
@@
-1,8
+0,0 @@
-# -*- coding: utf-8 -*-
-from .apps import INSTALLED_APPS
-
-if 'django_cas' in INSTALLED_APPS:
- AUTHENTICATION_BACKENDS = (
- 'django.contrib.auth.backends.ModelBackend',
- 'fnpdjango.auth_backends.AttrCASBackend',
- )