diff -r e54f46e6183d -r 644cf0d39b25 settings_local_sample.py --- a/settings_local_sample.py Tue Dec 08 16:33:44 2009 +0100 +++ b/settings_local_sample.py Tue Dec 08 16:55:22 2009 +0100 @@ -5,7 +5,7 @@ YUI_DEBUG = DEBUG # use expanded yui version (i.e. not -min) YUI_DISTANT = False -DATABASE_ENGINE = 'postgresql' # YOUR_SETTINGS # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. +DATABASE_ENGINE = 'postgresql_psycopg2' # YOUR_SETTINGS # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'db_name' # YOUR_SETTINGS # Or path to database file if using sqlite3. DATABASE_USER = 'db_user' # YOUR_SETTINGS # Not used with sqlite3. DATABASE_PASSWORD = 'db_pw' # YOUR_SETTINGS # Not used with sqlite3.