Page not found (404)

Request Method: GET
Request URL: https://tropolite.com/product-category/bakery-ingredients/decorative-topping/

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

  1. [name='index']
  2. sub_category_list
  3. type_list
  4. sub_type_list
  5. state_listing [name='state_listing']
  6. media/ [name='redirect_to_home']
  7. sitemap.xml
  8. tropolite_sitemap.xml
  9. robots.txt
  10. admin/
  11. pages/contact-us [name='retocontact']
  12. blogs/news/<slug:slug> [name='retonews']
  13. blogs/recipes/<slug:slug> [name='retorecipes']
  14. ^blogs
  15. ^recipes
  16. about-us [name='about_us']
  17. leadership [name='leadership']
  18. dealer-locator [name='bakery_locator']
  19. food-dairy-technology [name='food_dairy_technology']
  20. contact-us [name='contact_us']
  21. our-journey [name='our_journey']
  22. our-brand [name='our_brand']
  23. our-customers [name='our_customers']
  24. manufacturing-capabilities [name='factory']
  25. career [name='career']
  26. csr [name='csr']
  27. events [name='events']
  28. patents-certificates [name='patents_certificates']
  29. microbial-biotechnology [name='microbial_biotechnology']
  30. tropolite-prime [name='artisan']
  31. job_apply [name='job_apply']
  32. csr-reports [name='csrreport']
  33. csrreportList [name='csrreportList']
  34. bakery_listing [name='bakery_listing']
  35. save_lead [name='save_lead']
  36. all-products [name='all_products']
  37. all-products/<slug:category> [name='all_products']
  38. faqs [name='faqs']
  39. privacy-policy [name='privacy_and_policy_page']
  40. job-apply-email [name='job_apply_email']
  41. send_lead [name='send_lead']
  42. home-page [name='home2']
  43. ckeditor/
  44. <slug:slug> [name='category']
  45. <slug:category>/<slug:subcategory> [name='subcategory']
  46. <slug:category>/<slug:subcategory>/<slug:productslug> [name='productdetail']
  47. ^media/(?P<path>.*)$

The current path, product-category/bakery-ingredients/decorative-topping/, 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.