Page not found (404)

Request Method: GET
Request URL: http://domestic-appliance.com/store/products/?page=4&search=&section=Cooking

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

  1. admin/
  2. __debug__/
  3. select2/
  4. accounts/
  5. [name='home']
  6. retail/ [name='reset_retail']
  7. delivery/summary/<int:year>/<int:month>/<int:day>/ [name='delivery_summary']
  8. home/api/delivery/notices/<int:day>/<int:month>/<int:year>/ [name='api_delivery_notice_board']
  9. home/api/arrival/items/<int:pk>/ [name='api_arrival_items']
  10. office/
  11. products/
  12. vat/
  13. payments/
  14. locations/
  15. trades/
  16. suppliers/
  17. invoices/
  18. sales/
  19. stores/
  20. warehouses/
  21. whouse/
  22. purchases/
  23. deliveries/
  24. api/
  25. reports/
  26. reporting/
  27. contacts/
  28. bookkeeping/
  29. holidays/
  30. email/
  31. api-auth/
  32. sirius/
  33. history/
  34. accountants/
  35. soa/

The current path, store/products/, 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.