X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fsettings.py;h=20c8db3f4ed0d13d203da6d75acae20c640c7f2d;hb=9b312e325e4fba329b062efe1013d67e83815785;hp=83aeeb4215a8fc15646cd22434c81635ea57b161;hpb=1721936784be4c17917c34a8db5966e7fe4918d1;p=patchwork diff --git a/apps/settings.py b/apps/settings.py index 83aeeb4..20c8db3 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -9,7 +9,7 @@ ADMINS = ( MANAGERS = ADMINS -DATABASE_ENGINE = 'postgresql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. +DATABASE_ENGINE = 'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_NAME = 'patchwork' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3.