404 error after session expired
Closed this issue · 3 comments
StegSchreck commented
http://127.0.0.1:8000/accounts/login/?next=/ofm/matches leads to 404 error page
Sh4kE commented
It must have somthing to do with these variables:
LOGIN_REDIRECT_URL = "users:redirect"
LOGIN_URL = "login"
They can be set in the settings as well. Havent tried it yet though
Sh4kE commented
This might already be fixed, since I added these options. I don't know how to reproduce it.
StegSchreck commented
I had the problem, when I was exchanging the underlying database (for development purposes). Doesn't occur to me anymore now.