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