Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: http://connectfirms.com/marketplace/d9a38730-wholesale-terry-shawl-cream-bathrobe/
Raised by: marketplace.views.category

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

  1. admin/
  2. reset-password/ [name='reset-password']
  3. password-reset-done/ [name='password_reset_done']
  4. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  5. password-reset-complete/ [name='password_reset_complete']
  6. [name='index']
  7. user-form/ [name='user-form']
  8. dashboard/ [name='dashboard']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. register/ [name='register']
  12. contact-us/ [name='contact-us']
  13. businesslist/ [name='businesslist']
  14. crm/ [name='crm']
  15. newsfeed/ [name='newsfeed']
  16. post/<int:pk>/like [name='like']
  17. post/<int:pk>/share [name='share-post']
  18. post/edit/<int:pk>/ [name='post-edit']
  19. post/<int:pk>/ [name='post-detail']
  20. post/delete/<int:pk>/ [name='post-delete']
  21. profile/<str:pk>/followers/ [name='list-followers']
  22. profile/<int:pk>/ [name='profile']
  23. profile/<str:pk>/followers/add [name='add-follower']
  24. profile/<str:pk>/followers/remove [name='remove-follower']
  25. search/ [name='search-result']
  26. search-business/ [name='search-business']
  27. search-home/ [name='search-home']
  28. settings/ [name='settings']
  29. testing/ [name='testing']
  30. pricing/ [name='pricing']
  31. indexnew/ [name='indexnew']
  32. business/ [name='business']
  33. search-product/ [name='search-product']
  34. Search-p/ [name='search-p']
  35. vendor/
  36. subscription/
  37. marketplace/ product-enquiry/ [name='product-enquiry']
  38. marketplace/ [name='marketplace']
  39. marketplace/ requirements/ [name='requirements']
  40. marketplace/ add-requirements/ [name='add-requirements']
  41. marketplace/ buy-lead/<int:pk>/ [name='buy-lead']
  42. marketplace/ addproducts/ [name='addproducts']
  43. marketplace/ update-product/<int:pk>/ [name='update-product']
  44. marketplace/ products-inventory/ [name='products-inventory']
  45. marketplace/ orderdetails/ [name='orderdetails']
  46. marketplace/ orders/ [name='orders']
  47. marketplace/ cart [name='cart']
  48. marketplace/ shop/ [name='shop']
  49. marketplace/ success/ [name='success']
  50. marketplace/ checkout/ [name='checkout']
  51. marketplace/ search/ [name='search']
  52. marketplace/ lead-search/ [name='lead-search']
  53. marketplace/ <slug:category_slug>/<slug:product_slug>/ [name='product']
  54. marketplace/ <slug:category_slug>/ [name='category']

The current path, marketplace/d9a38730-wholesale-terry-shawl-cream-bathrobe/, 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.