mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0 from master
			
			
This commit is contained in:
		| @@ -255,6 +255,7 @@ with two read replicas. Here are the settings specifying these | ||||
| databases:: | ||||
|  | ||||
|     DATABASES = { | ||||
|         'default': {}, | ||||
|         'auth_db': { | ||||
|             'NAME': 'auth_db', | ||||
|             'ENGINE': 'django.db.backends.mysql', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user