Page not found (404)

Request Method: GET
Request URL: http://www.knoxvoice.com/commentary/ranting-and-raving/ranting-and-raving-a-guy-in-a-girdle-asks-why-we-suffer-for-beauty-30.html

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

  1. ^/?$
  2. ^crossdomain.xml
  3. ^mynews/
  4. ^search/
  5. ^events/
  6. ^news/
  7. ^commentary/ ^/?$
  8. ^commentary/ ^(?P<col>[-\w]+)/$
  9. ^commentary/ ^(?P<col>[-\w]+)/page/1/$
  10. ^commentary/ ^(?P<col>[-\w]+)/page/(?P<page>\d+)/$
  11. ^commentary/ ^(?P<col>[-\w]+)/(?P<slug>[-\w]+)/$
  12. ^commentary/ ^(?P<col>[-\w]+)/(?P<slug>[-\w]+)/page/1/$
  13. ^commentary/ ^(?P<col>[-\w]+)/(?P<slug>[-\w]+)/page/(?P<page>\d+)/$
  14. ^arts/
  15. ^features/
  16. ^blogs/
  17. ^pages/(?P<slug>[-\w]+)/$
  18. ^reminders/
  19. ^comments/postfree/
  20. ^comments/
  21. ^sendtofriend/xml/
  22. ^admin/

The current URL, /commentary/ranting-and-raving/ranting-and-raving-a-guy-in-a-girdle-asks-why-we-suffer-for-beauty-30.html, didn't match any of these.

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.