Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constance settings are not read from settings_local.py #460

Open
olmari opened this issue Dec 22, 2023 · 0 comments · May be fixed by #461
Open

Constance settings are not read from settings_local.py #460

olmari opened this issue Dec 22, 2023 · 0 comments · May be fixed by #461
Assignees

Comments

@olmari
Copy link
Collaborator

olmari commented Dec 22, 2023

Setting constance setting section or whole constance-section in settings_local.py-file doesn't give the "extra" fields when uncommented, only works when done in settings.py directly

    # Uncomment this if you would like to be able to edit the bank account details in the admin panel
    "ACCOUNT_IBAN": (ACCOUNT_IBAN, "IBAN of the association's bank account"),
    "ACCOUNT_BIC": (ACCOUNT_BIC, "BIC of the association's bank account"),
    "ACCOUNT_NAME": (ACCOUNT_NAME, "Name of the association's bank account"),
@olmari olmari linked a pull request Dec 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants