Page not found (404)

Request Method: GET
Request URL: http://gsp.mit.edu/people/scout-o'beirne

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

  1. ^tinymce/
  2. ^productions/(?P<year>\d{4})/(?P<season>[-\w]+)/(?P<operetta>[-\w]+)/$
  3. ^past-productions/$
  4. ^operettas/$
  5. ^people/(?P<firstname>[-\w]+)-(?P<lastname>[-\w]+)/$
  6. ^contact/$
  7. ^$
  8. ^admin/doc/
  9. ^admin/

The current URL, people/scout-o'beirne, 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.