django url user id versus userprofile id problem
- by dana
hello there,
i have a mini comunity where each user can search and find another user profile.
Userprofile is a class model, indexed differently compared to user model class (user id is not equal to userprofile id)
But i cannot see a user profile by typing in the url the corresponding id. I only see the profile of the currently logged in user.
Why…