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