Page not found (404)

Request Method: GET
Request URL: http://nanhapodha.com/product/money-plant-golden/?add-to-cart=239

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

  1. [name='index']
  2. dashboard/ [name='student_index']
  3. home/ [name='login']
  4. ^logout/$ [name='logout']
  5. ^success/$ [name='success']
  6. global/<str:name> [name='global']
  7. service/<str:service_name> [name='service']
  8. products [name='products']
  9. industries [name='industries']
  10. course/<uuid:id> [name='single-course']
  11. signup [name='signup']
  12. register [name='register']
  13. all-courses [name='all-courses']
  14. category-based-courses/<uuid:id> [name='category-based-courses']
  15. type-based-courses/<uuid:id> [name='type-based-courses']
  16. search-course [name='search-course']
  17. course-extension/<uuid:id> [name='course-extension']
  18. forget-password [name='forget-password']
  19. integracode-login [name='integracode-login']
  20. edit-profile/ [name='edit-profile']
  21. change-password/ [name='change-password']
  22. add-to-cart/<str:course>/<str:course_type>/<str:schedule> [name='add-to-cart']
  23. view-cart [name='view-cart']
  24. apply-offer [name='apply-voucher']
  25. delete-cart-item/<int:id> [name='delete-cart-item']
  26. purchase-course [name='purchase-course']
  27. payment-gate-ways-process [name='payment-gate-ways-process']
  28. student-dashboard/<str:id>/<str:id2>/<int:id3> [name='student-dashboard']
  29. check-answer/<str:id>/<str:id2>/<str:dic> [name='check-answer']
  30. vote-rating/<int:id> [name='vote-rating']
  31. upload-assignment/<int:id> [name='upload-assignment']
  32. careers [name='resume']
  33. about [name='about']
  34. test-email [name='test-email']
  35. verfiy-email [name='verfiy-email']
  36. query-mail [name='query-mail']
  37. course-mail [name='course-mail']
  38. contact-us-mail [name='contact-us-mail']
  39. iciadmin/
  40. admin/
  41. ^media/(?P<path>.*)$
  42. ^home/ub/static/(?P<path>.*)$

The current path, product/money-plant-golden/, 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.