Page not found (404)

Request Method: GET
Request URL: https://www.kijeka.com/shop/page/4/

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

  1. robots.txt/
  2. Kijeka_Catalogue.pdf/ [name='pdfCatalog']
  3. sitemap.xml/
  4. admin/
  5. api/
  6. careers/
  7. about/
  8. blog/
  9. blog/<str:link>/ [name='blogDynamic']
  10. contact/
  11. career-details/<str:link>/
  12. job-apply/<str:link>/
  13. our-products/
  14. <str:link>/
  15. product/<str:link>/
  16. product-compare/
  17. privacy-policy/
  18. terms-and-condition/
  19. dashboard/home/ [name='dashboard']
  20. dashboard/login/ [name='loginPage']
  21. dashboard/youtubevideos/ [name='youtubevideos']
  22. dashboard/review/ [name='review']
  23. dashboard/add-products/ [name='addProducts']
  24. dashboard/hot-products/ [name='hotProducts']
  25. dashboard/all-products/ [name='allProducts']
  26. dashboard/clientlogos/ [name='clientLogos']
  27. dashboard/blog/ [name='blog']
  28. dashboard/blog/newblog/ [name='newBlog']
  29. dashboard/blog/drafts/ [name='draftsBlog']
  30. dashboard/blog/reviewblog/ [name='reviewBlog']
  31. dashboard/blog/approved/ [name='approvedBlog']
  32. dashboard/blog/published/ [name='publishedBlog']
  33. dashboard/blog/rejected/ [name='rejectedBlog']
  34. dashboard/blog/delete/ [name='deleteBlog']
  35. dashboard/imageSlider/ [name='imageSlider']
  36. dashboard/contactdetails/ [name='contactdetails']
  37. dashboard/reachusform/ [name='reachusform']
  38. dashboard/careers/ [name='careers']
  39. <str:link>/
  40. <str:link>/<str:subLink>/
  41. ^media/(?P<path>.*)$

The current path, shop/page/4/, 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.