Page not found (404)

Request Method: GET
Request URL: http://www.ultimatebassteams.com/2/

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

  1. divisions/(?P<title>[-\w]+)/$
  2. special-events/(?P<title>[-\w]+)/$
  3. special-events-results/(?P<title>[-\w]+)/(?P<results_date>[-\w]+)/$
  4. results/(?P<title>[-\w]+)/(?P<results_date>[-\w]+)/$
  5. ^story/(?P<title>[-\w]+)/(?P<story_date>[-\w]+)/$
  6. year-to-date/(?P<title>[-\w]+)/$
  7. special-events-home/(?P<title>[-\w]+)/$
  8. ^admin/filebrowser/
  9. ^admin/

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