We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I went through your tutorial. it was awesome. I git clone your repository, seems it's not working.
Can you give me some idea to fix this issu:
DoesNotExist at / Profile matching query does not exist.
I guess error is from views.py. Thanks
views.py
The text was updated successfully, but these errors were encountered:
Its happen because the user doesn't have a profile object by default so you need to go to the admin page then make profile object for the user manually. Solution: https://stackoverflow.com/questions/63897883/django-create-new-objects-when-new-user-is-registered
Sorry, something went wrong.
Hey, I am having the same issue. Did you solve this?
It's been quite a while. If I recall correctly, I had to manually create a profile for the admin.
In the code where do I have to change?
No branches or pull requests
Hi, I went through your tutorial. it was awesome.
I git clone your repository, seems it's not working.
Can you give me some idea to fix this issu:
I guess error is from
views.py
.Thanks
The text was updated successfully, but these errors were encountered: