Page not found (404)

Request Method: GET
Request URL: https://googlecloudhost.com/stripchat-app-%25E4%25B8%258B%25E8%25BD%25BD%25E9%2580%2582%25E7%2594%25A8%25E4%25BA%258E-android-%25E7%259A%2584-apk/

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, stripchat-app-%E4%B8%8B%E8%BD%BD%E9%80%82%E7%94%A8%E4%BA%8E-android-%E7%9A%84-apk/, 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.