Page not found (404)

Request Method: GET
Request URL: http://shakscreen.org/huang_2012/internetshakespeare.uvic.ca

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

  1. ^feincms_media/(?P<path>.*)$
  2. ^admin/filebrowser/
  3. ^$ [name='homepage']
  4. ^admin/
  5. ^(?P<slug>[-\w]+)/$ [name='simplepage']
  6. ^films-description/(\d+)/$ [name='film_description']
  7. ^films-quotation/(\d+)/$ [name='film_quotation']
  8. ^films/(?P<slug>[-\w]+)/$ [name='film']
  9. ^contributors/(?P<slug>[-\w]+)/$ [name='contributor']
  10. ^plays/(?P<slug>[-\w]+)/films/$ [name='play_films']
  11. ^analysis/(?P<slug>[-\w]+)/$ [name='analysis']
  12. ^404$
  13. ^500$
  14. ^static_admin/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current URL, huang_2012/internetshakespeare.uvic.ca, 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.