Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-21 23:37:19 +00:00
parent b40f21e51c
commit 0d37cfdc05
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ databases -- a default PostgreSQL database and a MySQL database called
'PASSWORD': 's3krit'
},
'users': {
'NAME': 'user_data'
'NAME': 'user_data',
'ENGINE': 'django.db.backends.mysql',
'USER': 'mysql_user',
'PASSWORD': 'priv4te'