#ARC-27 Fixes bugs

remotes/origin/setup
Mukhtar 10 years ago
parent 07596af147
commit 20b8d13e50
  1. 2
      archilance/settings/base.py

@ -111,7 +111,7 @@ WSGI_APPLICATION = 'archilance.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'archilance2', 'NAME': 'archilance',
'USER': 'postgres', 'USER': 'postgres',
'PASSWORD': 'postgres', 'PASSWORD': 'postgres',
'HOST': 'localhost', 'HOST': 'localhost',

Loading…
Cancel
Save