mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -15,6 +15,7 @@ DATABASE_NAME = ''             # Or path to database file if using sqlite3. | ||||
| DATABASE_USER = ''             # Not used with sqlite3. | ||||
| DATABASE_PASSWORD = ''         # Not used with sqlite3. | ||||
| DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3. | ||||
| DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3. | ||||
|  | ||||
| SITE_ID = 1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user