Page not found (404)

Request Method: GET
Request URL: https://opendata.northumberland.gov.uk/datasets/tags/toilets/

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

  1. api/
  2. about/
  3. contact/
  4. contact/success/
  5. datasets/
  6. datasets/tags/(?P<tag>.*)/
  7. datasets/<slug:slug>/
  8. datasets/planning-applications-weekly-list/dynamic/
  9. developer/
  10. admin_aa/

The current path, datasets/tags/toilets/, 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.