Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://www.unslanted.net/blog/Brief_Manifesto,3/
Raised by: blog.views.article_detail

Using the URLconf defined in crowdnews.urls, Django tried these URL patterns, in this order:

  1. [name='index']
  2. search/ [name='search']
  3. privacy/ [name='privacy']
  4. contact/ [name='contact']
  5. unsub/(?P<unsubcode>[\w\W]+)\/$ [name='news_unsub']
  6. advertisements/
  7. webproxy/
  8. electionator/
  9. newsbot/
  10. accounts/
  11. blog/ (?P<slug>[\w\W]+)\,(?P<pk>[0-9]+)\/$ [name='detail']

The current path, blog/Brief_Manifesto,3/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.