Remove user for db
This commit is contained in:
parent
db1da3af4c
commit
9970bd9925
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'app',
|
'NAME': 'app',
|
||||||
'USER': 'root'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue