Mention mysql_old in settings.py.dist. We'll document this in the install docs.

This commit is contained in:
Greg Taylor 2007-05-27 21:59:16 +00:00
parent 543a9cfe26
commit 92165ade01

View file

@ -9,7 +9,7 @@ ADMINS = (
MANAGERS = ADMINS
DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
DATABASE_NAME = '/home/evennia/evennia/evennia.db3' # Or path to database file if using sqlite3.
DATABASE_USER = '' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
@ -80,4 +80,4 @@ INSTALLED_APPS = (
'apps.genperms',
)
LOGFILE = 'logs/evennia.log'
LOGFILE = 'logs/evennia.log'