Page not found (404)

Request Method: GET
Request URL: https://www.mortaji.com/tienda/page/2/?add-to-cart=1751

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

  1. admin/
  2. api/v1/
  3. api/v1/auth/
  4. api/v1/auth/registration/
  5. paypal/
  6. shop/
  7. pos/
  8. blog/
  9. curso/
  10. clases-gratis/
  11. search/
  12. cart/
  13. order/
  14. coupon/
  15. ckeditor/
  16. comments/
  17. jsi18n/ [name='javascript-catalog']
  18. accounts/
  19. registration/
  20. foro/
  21. [name='home']
  22. quienes-somos/ [name='equipo']
  23. <slug:page_slug>/ [name='page']
  24. ^static\/(?P<path>.*)$
  25. ^media\/(?P<path>.*)$

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