Page not found (404)

Request Method: GET
Request URL: https://rugeast.com/checkout/cart/

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

  1. tracking/
  2. contact/
  3. about/
  4. i18n/
  5. admin/
  6. ^$ [name='home']
  7. ^teppich/
  8. ^basket/
  9. ^checkout/ [name='index']
  10. ^checkout/ shipping-address/ [name='shipping-address']
  11. ^checkout/ user-address/edit/<int:pk>/ [name='user-address-update']
  12. ^checkout/ user-address/delete/<int:pk>/ [name='user-address-delete']
  13. ^checkout/ shipping-method/ [name='shipping-method']
  14. ^checkout/ payment-method/ [name='payment-method']
  15. ^checkout/ payment-details/ [name='payment-details']
  16. ^checkout/ preview/ [name='preview']
  17. ^checkout/ thank-you/ [name='thank-you']
  18. ^accounts/
  19. ^search/
  20. ^dashboard/
  21. ^offers/
  22. ^password-reset/$ [name='password-reset']
  23. ^password-reset/done/$ [name='password-reset-done']
  24. ^password-reset/confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password-reset-confirm']
  25. ^password-reset/complete/$ [name='password-reset-complete']
  26. api/
  27. api/
  28. [name='home']
  29. terms-and-conditions/ [name='terms-and-conditions']
  30. imprint/ [name='imprint']
  31. privacy-policy/ [name='privacy-policy']
  32. return-policy/ [name='return-policy']
  33. faq/ [name='faq']
  34. sitemap-product.xml [name='sitemap-product']
  35. sitemap-products.xml [name='sitemap-products']
  36. robots.txt [name='robots']
  37. gallery/ [name='gallery']
  38. dashboard/accounts/
  39. contact/
  40. dashboard/importer/
  41. newsletter/
  42. checkout/check-order/<order_id>/ [name='check-order']
  43. ^media/(?P<path>.*)$
  44. rosetta/

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