From aeaa958e14eb3f0f65e6859f8e1fa776126e9a42 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Mon, 16 Aug 2010 23:28:46 +0000 Subject: [PATCH] remove linktool from INSTALLED_APPS It's not an app in the Django sense. I wonder why I put this there... git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@963 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/conifer/settings.py b/conifer/settings.py index 02e7f6a..3783636 100644 --- a/conifer/settings.py +++ b/conifer/settings.py @@ -126,6 +126,3 @@ if EVERGREEN_AUTHENTICATION: if LINKTOOL_AUTHENTICATION: AUTHENTICATION_BACKENDS.append( 'conifer.integration.linktool.backend.LinktoolAuthBackend') - INSTALLED_APPS.append( - 'conifer.integration.linktool.app') - -- 2.11.0