From: erickson Date: Mon, 2 Jul 2007 22:25:30 +0000 (+0000) Subject: moved to psycopg2 as default postgres driver for better interval support X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0b7ca813b2b2bec6911acdd2985a99b11fcb71ae;p=Evergreen.git moved to psycopg2 as default postgres driver for better interval support git-svn-id: svn://svn.open-ils.org/ILS/trunk@7506 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/admin/ils_admin/settings.py b/Open-ILS/admin/ils_admin/settings.py index b9b9bf2aca..ad556c61cf 100644 --- a/Open-ILS/admin/ils_admin/settings.py +++ b/Open-ILS/admin/ils_admin/settings.py @@ -24,7 +24,7 @@ the following schemas set in the default search path: actor, permission, public, OTHER_DATABASES = { 'ils_data': { - 'DATABASE_ENGINE' : 'postgresql', + 'DATABASE_ENGINE' : 'postgresql_psycopg2', 'DATABASE_NAME' : 'evergreen', 'DATABASE_HOST' : '127.0.0.1', 'DATABASE_PORT' : '5432',