This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
config['DATABASES']['default']
, do deep update or simple update or dict(config['DATABASES']['default'], **dj_database_url.config(conn_max_age=MAX_CONN_AGE, ssl_require=True))
instead
#41
Do not replace
config['DATABASES']['default']
, do deep update or simple update ordict(config['DATABASES']['default'], **dj_database_url.config(conn_max_age=MAX_CONN_AGE, ssl_require=True))
instead.The way it is implemented now sweeps out my
ATOMIC_REQUESTS
and other settings. Fixing this would also solve: #11The text was updated successfully, but these errors were encountered: