Page not found (404)

Request Method: GET
Request URL: https://papelariacavadanova.com/shop/page/49/?add-to-cart=15377

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

  1. admin/
  2. produto/<int:pk>/ [name='books_detail']
  3. [name='home']
  4. manuais/ [name='books_list']
  5. carrinho/ [name='cart_page']
  6. cart_list/ [name='cart_list']
  7. finalizarcompra/ [name='final_shop']
  8. vouchermega/ [name='voucher_mega']
  9. outros_produtos/ [name='others']
  10. contacto/ [name='contact']
  11. product_search/ [name='product_search']
  12. otherproducts_search/ [name='otherproducts_search']
  13. put_incart/ [name='put_incart']
  14. politica_privacidade/ [name='privacy']
  15. ^schoolgroup_autocomplete/$ [name='schoolgroup_autocomplete']
  16. ^subject_autocomplete/$ [name='subject_autocomplete']
  17. ^year_autocomplete/$ [name='year_autocomplete']
  18. ^publisher_autocomplete/$ [name='publisher_autocomplete']
  19. ^products_autocomplete/$ [name='products_autocomplete']
  20. ^other_category_autocomplete/$ [name='other_category_autocomplete']
  21. ^other_year_autocomplete/$ [name='other_year_autocomplete']
  22. ^other_publisher_autocomplete/$ [name='other_publisher_autocomplete']
  23. ^other_subject_autocomplete/$ [name='other_subject_autocomplete']
  24. ^media/(?P<path>.*)$

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