When we create a superuser, and use the Django admin functionality, and from there try to go to the homepage, we will encounter an issue. This issue tries to address that problem. If anyone is interested, I can give more explanation on this one.
Steps to reproduce:
- Create a superuser and login to admin from
/admin.
- Then go to
/.
- You'll see an error saying
UserProfile object does not exist.
When we create a superuser, and use the Django admin functionality, and from there try to go to the homepage, we will encounter an issue. This issue tries to address that problem. If anyone is interested, I can give more explanation on this one.
Steps to reproduce:
/admin./.UserProfile object does not exist.