Updated django settings to track psql username as pyshelf

This commit is contained in:
th3r00t
2020-02-02 01:02:07 -05:00
parent a3dd7f180a
commit 00e4fa8159

View File

@@ -108,6 +108,7 @@ DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": CONFIG.catalogue_db,
"USER": "pyshelf",
"PASSWORD": CONFIG.password,
}
}