Osnippet

Results 1 issues of Osnippet

I am trying to fix this warning which randomly thrown in the console. ```BASH File ".../python3.9/site-packages/pinax/messages/context_processors.py", line 6, in user_messages if request.user.is_authenticated: AttributeError: 'WSGIRequest' object has no attribute 'user' ```...

bug