Separate src dir.
[fnp-django-template.git] / project_name / settings / auth.py
diff --git a/project_name/settings/auth.py b/project_name/settings/auth.py
deleted file mode 100644 (file)
index 91b062e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-from . import INSTALLED_APPS
-
-
-if 'django_cas' in INSTALLED_APPS:
-    AUTHENTICATION_BACKENDS = (
-        'django.contrib.auth.backends.ModelBackend',
-        'django_cas.backends.CASBackend',
-    )