mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed config calls
This commit is contained in:
@@ -107,8 +107,8 @@ DATABASES = {
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"NAME": CONFIG.DATABASE,
|
||||
"PASSWORD": CONFIG.PASSWORD,
|
||||
"NAME": CONFIG.database,
|
||||
"PASSWORD": CONFIG.password,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user