@ -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',