Page not found (404)

No Report matches the given query.
Request Method: GET
Request URL: https://www.reportsbox.com/categories/broadband/
Raised by: products.views.show_category

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

  1. genesis/admin/
  2. [name='homepage']
  3. sitemap.xml
  4. sitemap-<section>.xml [name='sitemaps']
  5. robots.txt
  6. about-us/ [name='about_us']
  7. careers/ [name='careers']
  8. faq/ [name='faq']
  9. terms-conditions/ [name='terms_and_conditions']
  10. privacy/ [name='privacy']
  11. reports/<int:report_id>/<slug:slug> [name='report_details']
  12. report-brochure/<int:report_id>/ [name='report_brochure']
  13. search/ [name='search_reports']
  14. autocomplete/ [name='autocomplete-view']
  15. contact-us/ [name='contact_us']
  16. custom-research/ [name='custom_research']
  17. sample-request/<int:report_id> [name='sample_request']
  18. check-discount/<int:report_id> [name='check_discount']
  19. enquiry/<int:report_id> [name='enquiry']
  20. custom-report/<int:report_id> [name='custom_report']
  21. add-to-cart/<int:report_id>/ [name='add-to-cart']
  22. remove-from-cart/<int:report_id>/ [name='remove-from-cart']
  23. cart/ [name='cart_detail']
  24. add-coupon/ [name='add-coupon']
  25. checkout/ [name='checkout']
  26. payment/<payment_method>/ [name='payment']
  27. create-paypal-order/ [name='create_paypal_order']
  28. capture-paypal-order/ [name='capture_paypal_order']
  29. get-paypal-order/ [name='get_paypal_order']
  30. order-complete/<uuid:uu_id> [name='order_complete']
  31. invoice/<uuid:uu_id> [name='pdf_invoice']
  32. categories/<path:hierarchy>/ [name='category']

The current path, categories/broadband/, 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.