Page not found (404)

No Section matches the given query.
Request Method: GET
Request URL: http://tenants.95columbus.com/tenant-handbook/management-information/
Raised by: website.handbook.views.section

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

  1. amenities/
  2. news/
  3. tenant-resources/
  4. tenant-handbook/
  5. tenant-handbook/<slug>/

The current path, tenant-handbook/management-information/, matched the last one.

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.