dev: removed db login from secret definitions

This commit is contained in:
Rushil Umaretiya 2021-02-03 22:32:16 -05:00
parent 7fb60268df
commit a9ecc11749
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -8,7 +8,5 @@
SECRET_KEYS = [ SECRET_KEYS = [
# start with your Django secret key like this: # start with your Django secret key like this:
"SECRET_KEY", "SECRET_KEY",
"DEBUG", "DEBUG"
"DB_USER",
"DB_PASS"
] ]