-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError at /afterlogin #19
Comments
afterlogin is run when you login via as Admin , Patient , or Doctor solution put @login_required up the afterlogin_view Function |
solution put @login_required up the afterlogin_view Function i tried this but didnt work |
I randomly get this error. The app works till I create a test patient account, and try to login, then this error pops up |
@sumitkumar1503 Kindly help |
i get page Not Found: /afterlogin/ |
how to solve Not Found: /afterlogin/ |
what should i write inside @login_required(login_url='?') |
@sumitkumar1503
i get this error whenever i run python manage.py runserver
kindly help me with it
Thanks sir
The text was updated successfully, but these errors were encountered: