Page not found (404)

Request Method: GET
Request URL: http://samuelclay.com/2010/01/18/faulty-heist-storybird/

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

  1. ^$ [name='index']
  2. ^schedulerjones/?$ [name='schedulerjones']
  3. ^caselife/?$ [name='caselife']
  4. ^sunraylab/?$ [name='sunraylab']
  5. ^brainexplorer/?$ [name='brainexplorer']
  6. ^donationparty/?$ [name='donationparty']
  7. ^kickpoint/?$ [name='kickpoint']
  8. ^newyorkfieldguide/?$ [name='newyorkfieldguide']
  9. ^podlife/?$ [name='podlife']
  10. ^raphael/(?P<path>.*)$
  11. ^schedulerjones/(?P<path>.*)$
  12. ^caselife/(?P<path>.*)$
  13. ^sunraylab/(?P<path>.*)$
  14. ^boston-bikes/$ [name='bikes']
  15. ^boston-bikes/(?P<path>.*)$
  16. ^kickpoint/(?P<path>.*)$
  17. ^newyorkfieldguide/(?P<path>.*)$
  18. ^podlife/(?P<path>.*)$
  19. ^portfolio/$ [name='portfolio']
  20. ^portfolio/(?P<path>.*)$
  21. admin/
  22. ^static/(?P<path>.*)$

The current path, 2010/01/18/faulty-heist-storybird/, 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.