Dineshs91 / test_blog

Blog using django
0 stars 1 forks source link

URL for user profile needs to be changed #18

Closed Dineshs91 closed 10 years ago

Dineshs91 commented 10 years ago

The url format should be http://localhost:8000/posts/userprofile/satish28 Where satish28 is the username. user_profile view should be modified so that it takes the username from the url and returns the corresponding user's profile.

If the current user is the one who is requesting user profile, then he can be allowed edit and delete of posts. Other's who come to the page, by clicking on the author, can only view the profile of the author.

satish28 commented 10 years ago

Done.

Dineshs91 commented 10 years ago

This is not fixed yet.

Dineshs91 commented 10 years ago

Fixed in commit 4260f3dbba7f63232cae674fbaa7785493364923