Good afternoon, I'm new to Django and I have the following error:
I can not access the admin. I have checked the url several times and everything is correct. Until a day ago I was accessing the admin normally.
2 things to check.
Solved. The problem was when I was logging out. When trying to open the login screen, it had a middleware trying to access the request.user that had already been deleted. Thank you Michael. Hugs