Page not found (404)

Request Method: GET
Request URL: https://assetus.org/assets/home/images/blog/etf1.jpg

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

  1. admin/
  2. [name='home']
  3. about-us/ [name='about']
  4. markets/ [name='market']
  5. blog/ [name='blog']
  6. team/ [name='team']
  7. bitcoin/ [name='bitcoin']
  8. esg/ [name='esg']
  9. finance/ [name='finance']
  10. private-wealth/ [name='private_wealth']
  11. estate-planning/ [name='estate_planing']
  12. long-term-care/ [name='long_term_care']
  13. business-planning/ [name='business_planning']
  14. oil-gas/ [name='oil_gas']
  15. help-center/ [name='help_center']
  16. testimonies/ [name='testimonies']
  17. legal-docs/ [name='legal_docs']
  18. terms/ [name='terms']
  19. policies/ [name='policies']
  20. insurance/ [name='insurance']
  21. criminal-activity/ [name='criminal_activity']
  22. cashback/ [name='cashback']
  23. disclamer/ [name='disclamer']
  24. license/ [name='license']
  25. forex/ [name='forex']
  26. real-estate/ [name='real_estate']
  27. crypto/ [name='crypto']
  28. fixed-income/ [name='fixed_income']
  29. agric-investment/ [name='agric_investment']
  30. renewable-power/ [name='renewable_power']
  31. nfp/ [name='nfp']
  32. multi-assets/ [name='multi_assets']
  33. infrastructure/ [name='infrastructure']
  34. philosophy/ [name='philosophy']
  35. mutualfunds/ [name='mutualfunds']
  36. etf/ [name='etf']
  37. stocks/ [name='stocks']
  38. reit/ [name='real_estate']
  39. bonds/ [name='bonds']
  40. login/ [name='login']
  41. register/ [name='register']
  42. confirm-email/<email>/ [name='confirm_email']
  43. reset-password/ [name='reset_password']
  44. authorization/ [name='authorizations']
  45. logout/ [name='logout']
  46. new-password/<uidb64>/ [name='new_password']
  47. dashboard/ [name='dashboard']
  48. twofactor/ [name='enable_2fa']
  49. disable-twofactor/ [name='disable_2fa']
  50. plans/ [name='plan']
  51. deposit-funds/ [name='deposit']
  52. deposit-funds/confirm//<int:amount>/<str:mode>/ [name='confirm_deposit']
  53. kyc-form/ [name='kyc']
  54. transaction-logs/ [name='transactions']
  55. withdraw-funds/ [name='withdrawal']
  56. withdraw-funds/bank/ [name='bank-withdrawal']
  57. referrals/ [name='referrals']
  58. profile/ [name='profile']
  59. investments/ [name='invest_static']
  60. create-investments/ [name='create_investment']
  61. update-wallet-address/ [name='update_wallet_page']
  62. manager/
  63. ^media/(?P<path>.*)$

The current path, assets/home/images/blog/etf1.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.