From ecf8492404242b7d1c55e08378224af8875bfa04 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Sun, 3 Apr 2011 02:06:14 +0000 Subject: [PATCH] rename a file in auth_evergreen that was conflicting with 'django' package If you are updating an existing site which used auth_evergreen, be sure to delete 'django.pyc' from the auth_evergreen directory, if it exists. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1315 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/integration/auth_evergreen/{django.py => dj.py} | 0 conifer/settings.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conifer/integration/auth_evergreen/{django.py => dj.py} (100%) diff --git a/conifer/integration/auth_evergreen/django.py b/conifer/integration/auth_evergreen/dj.py similarity index 100% rename from conifer/integration/auth_evergreen/django.py rename to conifer/integration/auth_evergreen/dj.py diff --git a/conifer/settings.py b/conifer/settings.py index 3cc2101..4d75d04 100644 --- a/conifer/settings.py +++ b/conifer/settings.py @@ -127,7 +127,7 @@ MANAGERS = ADMINS if EVERGREEN_AUTHENTICATION: AUTHENTICATION_BACKENDS.append( - 'conifer.integration.auth_evergreen.django.EvergreenAuthBackend') + 'conifer.integration.auth_evergreen.dj.EvergreenAuthBackend') if SAKAI_LINKTOOL_AUTHENTICATION: AUTHENTICATION_BACKENDS.append( -- 2.11.0