mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed database connection for other alias in PostgreSQL tests on GitHub Actions.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/data/test_postgres.py.tpl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/data/test_postgres.py.tpl
									
									
									
									
										vendored
									
									
								
							| @@ -13,5 +13,8 @@ DATABASES = { | ||||
|         "ENGINE": "django.db.backends.postgresql", | ||||
|         "USER": "user", | ||||
|         "NAME": "django2", | ||||
|         "PASSWORD": "postgres", | ||||
|         "HOST": "localhost", | ||||
|         "PORT": 5432, | ||||
|     }, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user