remove linktool from INSTALLED_APPS
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 16 Aug 2010 23:28:46 +0000 (23:28 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 16 Aug 2010 23:28:46 +0000 (23:28 +0000)
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

index 02e7f6a..3783636 100644 (file)
@@ -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')
-