From 1712edf01b30663d1d30cf0f9d43c9b6e2e868a1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Jan 2020 15:01:25 +0100 Subject: Exclude some test for setup.py --- example_project/local_settings.py.setup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'example_project/local_settings.py.setup') diff --git a/example_project/local_settings.py.setup b/example_project/local_settings.py.setup index 54dc99c4a..f3cf92a39 100644 --- a/example_project/local_settings.py.setup +++ b/example_project/local_settings.py.setup @@ -1,11 +1,11 @@ DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', - 'NAME': 'ishtar-test', - 'USER': 'ishtar-test', - 'PASSWORD': 'ishtar-test', - 'HOST': '', - 'PORT': '5432', + 'NAME': 'ishtar-setup-test', + 'USER': 'ishtar-setup-test', + 'PASSWORD': 'ishtar-setup-test', + 'HOST': '127.0.0.1', + 'PORT': '', } } -- cgit v1.2.3