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
1.python3 manage.py shell
create a user
2.python3 manage.py runserver
3. open http://127.0.0.1:5000/admin
AttributeError: 'AnonymousUserMixin' object has no attribute 'roles'
What fix issue
The text was updated successfully, but these errors were encountered:
1.python3 manage.py shell
create a user
2.python3 manage.py runserver
3. open http://127.0.0.1:5000/admin
AttributeError: 'AnonymousUserMixin' object has no attribute 'roles'
What fix issue
The text was updated successfully, but these errors were encountered: