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
We use a setup where we do not use djangos "default" initialization but create our own settings via Djangos settings.configure(xxx).
Currently this is not supported via pytest-django but a very minor change could allow such a functionality.