fix
This commit is contained in:
parent
d700310352
commit
49f93ed3bd
Binary file not shown.
@ -79,7 +79,7 @@ WSGI_APPLICATION = 'SocialHelper.wsgi.application'
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'socialhelperdb2',
|
'NAME': 'socialhelperdb',
|
||||||
'USER': 'postgres',
|
'USER': 'postgres',
|
||||||
'PASSWORD': 'admin',
|
'PASSWORD': 'admin',
|
||||||
'HOST': 'localhost'
|
'HOST': 'localhost'
|
||||||
|
Loading…
Reference in New Issue
Block a user