Page not found (404)

Request Method: GET
Request URL: http://www.textiletoolbox.com/workshops/overview/

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

  1. ^admin_tools/
  2. ^admin/filebrowser/
  3. ^admin/galleries/
  4. ^admin/
  5. ^404$
  6. ^contributors/
  7. ^campaigns/
  8. ^exhibits/
  9. ^resources-and-links/
  10. ^research-writing/
  11. ^ ^twitter_timeline/$
  12. ^ ^menus/(?P<p_menu_category_slug>[a-z\-_0-9]+)/$
  13. ^ ^(?P<p_page_slug>[a-z\-_0-9]+)/$
  14. ^ ^$

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