Django fe_sendauth: no password supplied error, unable to connect to postgres database
The settings must be in uppercase - try changing it to 'PASSWORD'
The key name 'password' should be in uppercase 'PASSWORD'. Also instead of defining password as global variable DATABASE_PASSWORD
, you can use .bashrc file to save secure information and can fetch in settings.py like os.environ['DATABASE_PASSWORD']