You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Follow the tutorial step by step then go on the url http://localhost:8000/auth/edit_profile.
Any log messages given by the failure
AttributeError at /auth/edit_profile
'NoneType' object has no attribute 'profile'
Expected/desired behavior
Either remove the edit_profile route requirement or handle it properly in the code.
OS and Version?
Ubuntu
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Follow the tutorial step by step then go on the url
http://localhost:8000/auth/edit_profile
.Any log messages given by the failure
Expected/desired behavior
Either remove the
edit_profile
route requirement or handle it properly in the code.OS and Version?
Ubuntu
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: