Can't get the detail view of a post in a social network project
问题 I am building a simple social network in django. In the "home" of my social, I have the list of all posts published by all users, with author and publishing date. The publishing date have a link to a url that should return the detail view of a specific post published by a user. However, as I click on it, it shows me the list of all posts published by its author (this also works when I click on the author link of the post). So both www.mysocial.com/posts/by/ciccio/7/ and www.mysocial.com/posts