Move to subdir.
[fnp-django-template.git] / src / project_name / settings / auth.py
diff --git a/src/project_name/settings/auth.py b/src/project_name/settings/auth.py
deleted file mode 100644 (file)
index d53af51..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-from . import INSTALLED_APPS
-
-
-if 'django_cas' in INSTALLED_APPS:
-    AUTHENTICATION_BACKENDS = (
-        'django.contrib.auth.backends.ModelBackend',
-        'fnpdjango.auth_backends.AttrCASBackend',
-    )