1👍
This is silly! The problem was I didn’t set the user’s firstname!
But the second problem is still happening!
1👍
i had same issue, but after some research, i found this solution
so try to edit the variable from {{ request.user.first_name }} TO {{ request.user.username}}, so is username not firstname.
- [Answered ]-Django-OperationalError at /register/ no such table: auth_user
- [Answered ]-Django Wagtail ajax contact form
- [Answered ]-Are django modules global – ImportError: No module named django.core.management?
Source:stackexchange.com