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 am trying to fix this warning which randomly thrown in the console.
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'
I tried different versions of Django (2.2 - 3.2) but the problem still showing up. Desktop
OS: [Linux Debian]
Version [pinax-messages==3.0.0]
Additional context
I follow the documentation everything works great except from that annoying warning I get while running dev server.
The text was updated successfully, but these errors were encountered:
I am trying to fix this warning which randomly thrown in the console.
I tried different versions of Django (2.2 - 3.2) but the problem still showing up.
Desktop
Additional context
I follow the documentation everything works great except from that annoying warning I get while running dev server.
The text was updated successfully, but these errors were encountered: