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
Create a request factory for unauth users (for AttributeError: 'WSGIRequest' object has no attribute 'user' errors). Helps mimic user middleware fast of falling back on AnonymousUser. See also, this example in Django docs