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
Hi there, I need override Settings class because some of my configurations have to be calculated. So setting environment variable is not best choice for me.
Thank you.
The text was updated successfully, but these errors were encountered:
forkeyindir(app_settings):
ifkey.isupper(): # Only copy settings that are uppercase (convention for constants)value=getattr(app_settings, key)
setattr(settings, key, value)
Hi there, I need override Settings class because some of my configurations have to be calculated. So setting environment variable is not best choice for me.
Thank you.
The text was updated successfully, but these errors were encountered: