Page not found (404)

Request Method: GET
Request URL: http://sutterandterpak.com/category/traffic-law/

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^benny/$ [name='benny']
  4. ^matt/$ [name='matt']
  5. ^khadeja/$ [name='khadeja']
  6. ^steve/$ [name='steve']
  7. ^employmentLaw/$ [name='employmentLaw']
  8. ^trafficLaw/$ [name='trafficLaw']
  9. ^businessLaw/$ [name='businessLaw']
  10. ^blog/$ [name='blog']
  11. ^contact/$ [name='contact']
  12. ^localCounsel/$ [name='localCounsel']
  13. ^personalInjuryLaw/$ [name='personalInjuryLaw']
  14. ^empleoLey/$ [name='empleoLey']
  15. ^sitemap.xml/$ [name='sitemap']
  16. ^send_email/$ [name='send_email']

The current URL, category/traffic-law/, 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.