@@ -157,7 +157,7 @@
# ------------------------------------------------------------------------
[[database]]
# Database engine is typically one of:
- # postgresql, mysql, sqlite3, or oracle
+ # postgresql_psycopg2, mysql, or sqlite3
#
# Note that for sqlite3, 'name', below is a filename;
# for other backends, it is the database name.
@@ -163,7 +163,7 @@
@@ -146,7 +146,7 @@ DATABASE = ConfigSection(
members=dict(
ENGINE=Config(
key='engine',
- help=_('Database engine, such as postgresql, mysql, sqlite3, or Oracle.'),
+ help=_('Database engine, such as postgresql_psycopg2, mysql, or sqlite3.'),
type=str,
default='sqlite3',
),