Page not found (404)

Request Method: GET
Request URL: http://josephrussell.com/js/jr.js.v1

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

  1. ^blink/
  2. ^photos/
  3. ^music/
  4. ^contact/
  5. ^feeds/(?P<url>.*)/$
  6. ^admin/
  7. ^$
  8. ^jr_media/(?P<path>.*)$

The current URL, js/jr.js.v1, 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.