mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated database config to include username
This commit is contained in:
@@ -92,18 +92,6 @@ WSGI_APPLICATION = "frontend.wsgi.application"
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/2.2/ref/settings/#databases
|
||||
"""
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
# "ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": "pyshelf",
|
||||
"PASSWORD": "",
|
||||
# "NAME": os.path.join(BASE_DIR, "db.sqlite3"),
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
|
||||
Reference in New Issue
Block a user