Page not found (404)

Request Method: GET
Request URL: http://preetam.net/educamp-and-barcamp-saigon-2010-this-is-what

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

  1. ^$
  2. ^about
  3. ^mission
  4. ^commitment
  5. ^what-sets-us-apart
  6. ^products
  7. ^oven
  8. ^bread-slicer
  9. ^flour-kneading
  10. ^spiral-mixer
  11. ^contact
  12. ^action
  13. ^static/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, educamp-and-barcamp-saigon-2010-this-is-what, 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.