Page not found (404)

Request Method: GET
Request URL: https://brainwavecrypto.pro/i/static/assets/main/mages/icon-ticker-3.svg

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

  1. admin/
  2. [name='home']
  3. blog [name='blog']
  4. features/ [name='features']
  5. contact/ [name='contact']
  6. transactions/ [name='transactions']
  7. about/ [name='about']
  8. service/ [name='service']
  9. faq/ [name='faq']
  10. login/ [name='login']
  11. logout/ [name='logout']
  12. register/ [name='register']
  13. dashboard/ [name='dashboard']
  14. withdraw/ [name='withdraw']
  15. deposit/ [name='deposit']
  16. markets/ [name='markets']
  17. transfer/ [name='transfer_to_trading_wallet']
  18. reset_password/ [name='reset_password']
  19. reset/(?P<uidb64>[0-9A-Za-z]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  20. ^images\/(?P<path>.*)$
  21. ^static\/(?P<path>.*)$

The current path, i/static/assets/main/mages/icon-ticker-3.svg, 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.