From: gfawcett Date: Mon, 16 Aug 2010 23:28:46 +0000 (+0000) Subject: remove linktool from INSTALLED_APPS X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aeaa958e14eb3f0f65e6859f8e1fa776126e9a42;p=syrup%2Fmasslnc.git 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 --- 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') -