Page not found (404)

Request Method: GET
Request URL: https://www.maninvestmentsgroup.com/financial_products.htm

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

  1. admin/
  2. m@n_group
  3. [name='home_page']
  4. about/ [name='about_us']
  5. financial_solutions/ [name='financial_solutions']
  6. investment_solutions/ [name='investment_solutions']
  7. contact_us/ [name='contact_us']
  8. term_conditions/ [name='term_conditions']
  9. privacy_policy/ [name='privacy_policy']
  10. partner/ [name='partner']
  11. blogs/ [name='blogs']
  12. detailed_blog/<str:pk> [name='detailed_blog']
  13. likes/<str:pk> [name='likes']
  14. search/ [name='search']
  15. filter_data/ [name='filter_data']
  16. services/ [name='services']
  17. loan_and_deposits/ [name='loan_and_deposits']
  18. asset_based/ [name='asset_based']
  19. customized/ [name='customized']
  20. inter_corporate/ [name='inter_corporate']
  21. loan_against_shares/ [name='loan_against_shares']
  22. structured/ [name='structured']

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