From 059e836fee6515f772f57ccd5db02a20575e12f6 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 4 May 2010 01:53:20 +0000 Subject: [PATCH] tiny little correction to merge 2010-02-campus-integration-reorg merge git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@879 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/local_settings.py.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conifer/local_settings.py.example b/conifer/local_settings.py.example index dafbae6..659612b 100644 --- a/conifer/local_settings.py.example +++ b/conifer/local_settings.py.example @@ -34,6 +34,11 @@ SECRET_KEY = 'replace-with-your-own-super-random-key-@vv(tuvt2+yu2r-$dxs$s7=iqjz EVERGREEN_AUTHENTICATION = False #---------------------------------------------------------------------- +#Campus integration + +CAMPUS_INTEGRATION_MODULE = 'conifer.integration.default' + +#---------------------------------------------------------------------- # Stuff that probably belongs in a config table in the database, with # a nice UI to maintain it all. -- 2.11.0