I\'ve looked at a lot of different posts, but they\'re all either working with a different version of django or don\'t seem to work. Here is what I\'m trying to do:
urls
You've used a namespace when including the URLs, so you probably need to use "blog:postdetail" to reverse it.
"blog:postdetail"