Hi all,
quick question: How do I go about creating distinct user profiles in django. I asked because I created a user and added that users information for a profile but when I created the second user and logged in I was able to see the first user information. How do I make it each user to have their own profile?
I appreciate the help! Thank you.