mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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:
		| @@ -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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user