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