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 = {
|
DATABASES = {
|
||||||
"default": {
|
"default": {
|
||||||
"ENGINE": "django.db.backends.postgresql",
|
"ENGINE": "django.db.backends.postgresql",
|
||||||
"NAME": CONFIG.DATABASE,
|
"NAME": CONFIG.database,
|
||||||
"PASSWORD": CONFIG.PASSWORD,
|
"PASSWORD": CONFIG.password,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user