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