Fix name db
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'namebase',
|
'NAME': 'namebase',
|
||||||
'USER': 'username',
|
'USER': 'username',
|
||||||
'PASSWORD': 'pass',
|
'PASSWORD': 'pass',
|
||||||
|
|||||||
Reference in New Issue
Block a user