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
I'm trying to use Serialize on a django site with no userauth. Serialize is causing an error by checking for request.user.is_authenticated which doesn't exist without AuthenticationMiddleware.
I'm trying to use
Serializeon a django site with no userauth. Serialize is causing an error by checking forrequest.user.is_authenticatedwhich doesn't exist withoutAuthenticationMiddleware.