joke2k / django-environ

Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
https://django-environ.rtfd.org
MIT License
3.01k stars 318 forks source link

Support all database options #406

Open grabov opened 2 years ago

grabov commented 2 years ago

Now only base options are supported. Like

        'CONN_MAX_AGE',
        'ATOMIC_REQUESTS',
        'AUTOCOMMIT',
        'DISABLE_SERVER_SIDE_CURSORS',

But it would be great to support other options too.

sergeyklay commented 2 years ago

Could you help me by sending a PR? I just don't have the bandwidth for this :)

pataquets commented 5 months ago

@grabov: Care to check if #413 does the trick? If it doesn't please update issue to be more specific about which options, otherwise please close the issue.