Page not found (404)

Request Method: GET
Request URL: http://www.jazzfestgrids.com/weekend-2

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

  1. ^$
  2. ^(?P<slice>\d+)/$
  3. ^whats_new/$
  4. ^whats_new/(?P<slice>\d+)/$
  5. ^unc/first_weekend/$
  6. ^unc/daze_between/$
  7. ^unc/second_weekend/$
  8. ^unc/extra_daze/$
  9. ^unc/enchilada/$
  10. ^first_weekend/$
  11. ^daze_between/$
  12. ^second_weekend/$
  13. ^extra_daze/$
  14. ^enchilada/$
  15. ^artist/(?P<name>.*)/$
  16. ^venue/(?P<name>.*)/$
  17. ^search/$
  18. ^custom/$
  19. ^static/(?P<path>.*)$
  20. ^admin/

The current URL, weekend-2, 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.