dj-database-url
tags :
Django App #
Use Database URLs in your Django Application.
Postgres #
DATABASES =
'default': dj_database_url.parse(
'postgres://...',
conn_max_age=600,
conn_health_checks=True,
)
Issue faced in the deployment of django app with posgres db because of special character