From 20b8d13e50363c73104aa88f114f9dedf34b5f37 Mon Sep 17 00:00:00 2001 From: Mukhtar Date: Thu, 11 Aug 2016 21:05:02 +0300 Subject: [PATCH] #ARC-27 Fixes bugs --- archilance/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archilance/settings/base.py b/archilance/settings/base.py index 0600cb5..9b25660 100644 --- a/archilance/settings/base.py +++ b/archilance/settings/base.py @@ -111,7 +111,7 @@ WSGI_APPLICATION = 'archilance.wsgi.application' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'NAME': 'archilance2', + 'NAME': 'archilance', 'USER': 'postgres', 'PASSWORD': 'postgres', 'HOST': 'localhost',