Page not found (404)

Request Method: GET
Request URL: https://googlecloudhost.com/cart/

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. [name='home']
  5. base [name='base']
  6. about [name='about']
  7. contact [name='contact']
  8. 404 [name='404']
  9. coureses [name='coureses']
  10. courese/filter-data [name='filter-data']
  11. search [name='search_course']
  12. course/<slug:slug> [name='course_details']
  13. checkout/<slug:slug> [name='checkout']
  14. my_course [name='my_course']
  15. course/watch_course/<slug:slug> [name='watch_course']
  16. order_received [name='order_received']
  17. accounts/
  18. accounts/register [name='register']
  19. do_login [name='do_login']
  20. accounts/profile [name='profile']
  21. accounts/profile_update [name='profile_update']
  22. ^mnt/disks/cloudrohu/uploads/(?P<path>.*)$

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