Page not found (404)

Request Method: GET
Request URL: https://alaba.market/product-category/boys-gentlemen-men/page/2/

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

  1. accounts/
  2. admin/
  3. [name='index']
  4. products/ [name='product-list']
  5. filter/ [name='filter']
  6. brand/<str:brand>/ [name='brand-filter']
  7. product/<str:id> [name='product-detail']
  8. products/<str:slug>/ [name='list-by-category']
  9. cart/ [name='cart']
  10. addtocart/ [name='add-to-cart']
  11. removefromcart/ [name='remove-from-cart']
  12. checkout/ [name='checkout']
  13. checkout/payondelivery/ [name='pay-on-delivery']
  14. checkout/createorder/ [name='create-order']
  15. checkout/wallet/ [name='wallet-order']
  16. orderhistory/ [name='order-history']
  17. order/<str:order_id>/ [name='order-detail']
  18. staff/ [name='staff-portal']
  19. staff/product/create/ [name='create-product']
  20. staff/product/delete/<str:id>/ [name='delete-product']
  21. staff/orders/ [name='order-filter']
  22. staff/users/ [name='user-filter']
  23. staff/product/update/<str:product_id>/ [name='staff-edit-product']
  24. staff/order/update/<str:order_id>/ [name='staff-edit-order']
  25. staff/customer/<str:username>/ [name='customer-detail']
  26. staff/handleRequest/<str:username>/ [name='handle-request']
  27. staff/requestList/ [name='request-list']
  28. password_reset/ [name='password_reset']
  29. password_reset/done/ [name='password_reset_done']
  30. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  31. reset/done/ [name='password_reset_complete']
  32. loadstate/ [name='load-states']
  33. login/ [name='login']
  34. logout/ [name='logout']
  35. register/ [name='register']
  36. vendor/register/ [name='register-vendor']
  37. customer/profile/ [name='profile']
  38. customer/shipping/ [name='shipping-address']
  39. staff/request/vendor [name='vendor-request']
  40. wallet/ [name='wallet-form']
  41. wallet/fund/ [name='fund-wallet']
  42. user/usernamechecker/api [name='username-checker']
  43. user/emailchecker/api [name='email-checker']
  44. ^mediapost/(?P<path>.*)$

The current path, product-category/boys-gentlemen-men/page/2/, 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.