From b808edb71c5848d318c104f91aa6bb9efdd3a1d4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 14:21:33 +0200 Subject: CI: specific conf for CI - fix DB host --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 6d984f6e6..9982d624f 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -47,7 +47,7 @@ DATABASES = { 'NAME': 'ishtar', 'USER': 'ishtar', 'PASSWORD': 'ishtar', - 'HOST': 'postgis', + 'HOST': '127.0.0.1', 'PORT': '5432', } } -- cgit v1.2.3