Skip to content

Adding additional arguments to databases #82

Description

@M1ha-Shvn

Hi
How to add additional arguments to database_configs?
To be concrete, I use pgbouncer and want to add DISABLE_SERVER_SIDE_CURSORS parameter. How can I achieve it without hacky:

for db in DATABASES.values():
    db['DISABLE_SERVER_SIDE_CURSORS'] = True

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions