moved to psycopg2 as default postgres driver for better interval support
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Jul 2007 22:25:30 +0000 (22:25 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Jul 2007 22:25:30 +0000 (22:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7506 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/admin/ils_admin/settings.py

index b9b9bf2..ad556c6 100644 (file)
@@ -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',