added user to database configuration

This commit is contained in:
th3r00t
2020-01-31 21:49:32 -05:00
parent 9edf182c2b
commit ed0abeb71c

View File

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