+1 vote
in Data Handling by

What should be done in case you are not able to log in even after entering the right details and you get no error message?

1 Answer

0 votes
by

In this case, the login cookie is not being set rightly. This happens if the domain of the cookie sent out by Django does not match the domain in your browser. For this, you must change the SESSION_COOKIE_DOMAIN setting to match that of your browser.

Related questions

0 votes
asked Apr 3, 2020 in Data Handling by amita rallin
0 votes
asked Jan 28, 2020 in Data Handling by rahuljain1
...