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
But the only solution for the package itself is to not use dictionary based settings. That'd require a new major version. Thing is; for many packages that have values that shouldn't exactly be overridden simply for tests (like this package or allauth's social providers), a temporary solution like the one provided in the SO link is good enough.
Django provide standard way to override settings with
override_settings
decorator. Sadly this doesn't work forFCM_DJANGO_SETTINGS
.The text was updated successfully, but these errors were encountered: