Page not found (404)

Request Method: GET
Request URL: http://varys.ucsd.edu/publications/coskun2009temperature,pdf

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

  1. ^admin/
  2. ^$
  3. ^people/$
  4. ^research/$
  5. ^sponsors/$
  6. ^contacts/$
  7. ^expanded_research/$
  8. ^available_positions/$
  9. ^publications/$
  10. ^static\/(?P<path>.*)$
  11. ^media\/(?P<path>.*)$

The current path, publications/coskun2009temperature,pdf, 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.