Page not found (404)

Request Method: GET
Request URL: https://dench.io/product/100-dench/?add-to-cart=2348

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

  1. admin/
  2. i18n/
  3. [name='index']
  4. login/ [name='login']
  5. register/ [name='register']
  6. activate/<uidb64>/<token>/ [name='activate']
  7. logout/ [name='logout']
  8. shop/ [name='shop']
  9. privacy/ [name='privacy']
  10. partners/ [name='partners']
  11. whitepaper/ [name='whitepaper']
  12. whitepaper/pdf/ [name='whitepaper_pdf']
  13. my-account/
  14. reset_password/ [name='reset_password']
  15. reset_password_sent/ [name='password_reset_done']
  16. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  17. reset_password_complete/ [name='password_reset_complete']
  18. api/chart
  19. api/calculate_coin_amount
  20. api/transaction
  21. api/paired_transaction
  22. api/check_contract
  23. api/resign_contract
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

The current path, product/100-dench/, 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.