Page not found (404)

Request Method: GET
Request URL: https://ceridac.org/product/eclat-du-ceridac-volume-1/?add-to-cart=3967

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

  1. admin/
  2. [name='shop_index']
  3. search-media/ [name='search']
  4. my-view/<param>/ [name='my_view']
  5. add-to-cart-index/<book_id>/ [name='add-to-cart-index']
  6. all-article/ [name='all_article']
  7. detail-article/<pk>/ [name='article_detail']
  8. like_post [name='like']
  9. like_post/<pk>/ [name='like_post']
  10. like_post_home/<pk>/ [name='like_post_home']
  11. all-volumes/ [name='all_volumes']
  12. detail-volume/<slug:slug>/ [name='volume_detail']
  13. add-to-cart-volume/<volume_id>/ [name='add-to-cart-volume']
  14. all-book/ [name='all_books']
  15. detail-book/<pk>/ [name='book_detail']
  16. contact/ [name='contact']
  17. services/ [name='service']
  18. about/ [name='about']
  19. news/ [name='news']
  20. new-detail/<int:pk>/ [name='detail_new']
  21. likes/<int:pk>/ [name='actualite_like']
  22. author-detail/<int:pk>/ [name='detail_home_author']
  23. demade-adhesion [name='demande_adhesion']
  24. load_domain/ [name='load_domain']
  25. setup/<pk>/ [name='setup_account_author']
  26. contrat/ [name='contrat']
  27. payement/ [name='payement']
  28. create_paypal_author/ [name='create_paypal_author']
  29. paypal_payment_success_author/ [name='paypal_payment_success_author']
  30. add-to-cart/<book_id>/ [name='add-to-cart']
  31. add-to-cart-home/<book_id>/ [name='add-to-cart-home']
  32. add-to-cart/<volume_id>/ [name='add-to-cart-volume']
  33. cart [name='cart']
  34. add_to_home_volume_cart/<int:book_id>/ [name='add_to_home_volume_cart']
  35. get_cart_count/ [name='get_cart_count']
  36. get_cart_content/ [name='get_cart_content']
  37. login/ [name='login']
  38. logout/ [name='logout']
  39. registration/ [name='registration']
  40. change_password/ [name='change_password']
  41. password_reset/ [name='password_reset']
  42. password_reset/done/ [name='password_reset_done']
  43. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  44. subscribe-premium/ [name='setup_premium_subscription']
  45. get_premium_plans/ [name='get_premium_plans']
  46. subscription_complete/ [name='subscription_complete']
  47. profile/ [name='my-profile']
  48. profile-update/ [name='profile_update']
  49. orders [name='orders']
  50. detail-order/<num_order>/ [name='detail_order']
  51. callback-freshpay [name='callback_freshpay']
  52. callback-response [name='callback_response']
  53. paiement-abonnement [name='paiement_abonnement']
  54. check-username/ [name='check-username']
  55. check-email/ [name='check-email']
  56. check-password/ [name='check-password']
  57. order/
  58. subscriber/
  59. dashboard-admin/
  60. dashboard-author/
  61. ^static/(?P<path>.*)$
  62. ^media/(?P<path>.*)$

The current path, product/eclat-du-ceridac-volume-1/, 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.