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
Make django_settings_is_configured return the first value always
I have been seeing an issue, where it would return False initially, but
later True; causing an `AttributeError` with the `mailoutbox` fixture,
because `mail.outbox` was not set on the module.
This can happen with imported code that changes the environment, e.g.
via "wsgi/asgi.py":
> os.environ.setdefault("DJANGO_SETTINGS_MODULE", "foo.settings")
0 commit comments