Page not found (404)

Request Method: GET
Request URL: http://farmhouseproductions.ca/news/toronto-sun-his-airness-2003-12-06/4/

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

  1. [name='home']
  2. productions/ [name='prod']
  3. productions/<prod_slug>/ [name='prod_detail']
  4. development/ [name='dev']
  5. development/<prod_slug>/ [name='prod_detail']
  6. news/ [name='press']
  7. news/<press_slug>/ [name='press_index']
  8. about/ [name='about']
  9. contact/ [name='contact']
  10. contact/thanks/ [name='contact']
  11. admin/

The current path, news/toronto-sun-his-airness-2003-12-06/4/, 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.