There is a site on Django. In debug mode, everything worked fine. Then I posted the site on the hosting. When starting a website from a hosting service, everything is fine, but when I try to log in from the admin panel they write that the password is incorrect. Hosting does not support https. I guess the reason is this. I think session_cookie_secur = True, so I want to change to False, but I don’t know how.
SESSION_COOKIE_SECURE = Falseand that's all, most likely it will not help you, because the reason is probably something else - andmal