You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"),
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: