Page not found (404)

Request Method: GET
Request URL: https://stockprime.tradepilot.icu/uploads/testimonies/thumb/52ee695b47057a7ccff1f41ffbdf19ed.jpg

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. education/ [name='education']
  5. customer/ [name='customer']
  6. faq/ [name='faq']
  7. upgrade/ [name='upgrade']
  8. withdraw_history/ [name='withdraw-history']
  9. signal/ [name='signal']
  10. deposit/ [name='deposit']
  11. privacy_policy/ [name='privacy_policy']
  12. referals/ [name='referals']
  13. investment/ [name='investment']
  14. register/ [name='register']
  15. login/ [name='login']
  16. logout/ [name='logout']
  17. privacy/ [name='privacy']
  18. withdraw/ [name='withdraw']
  19. details/ [name='details']
  20. pin/ [name='pin']
  21. support/ [name='support']
  22. news/ [name='news']
  23. processing/ [name='processing']
  24. info/ [name='info']
  25. kyc/ [name='kyc']
  26. wealth/ [name='wealth']
  27. terms/ [name='terms']
  28. contact/ [name='contact']
  29. paypal/ [name='paypal']
  30. bank_transfer/ [name='bank_transfer']
  31. cashapp_payout/ [name='cashapp_payout']
  32. bitcoin_payout/ [name='bitcoin_payout']
  33. wire_transfer/ [name='wire_transfer']
  34. bonus_deposit/ [name='bonus_deposit']
  35. ^static/(?P<path>.*)$
  36. ^images/(?P<path>.*)$

The current path, uploads/testimonies/thumb/52ee695b47057a7ccff1f41ffbdf19ed.jpg, 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.