X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/settings/auth.py?ds=inline diff --git a/edumed/settings/auth.py b/edumed/settings/auth.py deleted file mode 100644 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', - )