Page not found (404)

Request Method: GET
Request URL: https://www.quantumfinancecompany.com/contact/use.fontawesome.com/b1b5c74725.js

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

  1. admin/
  2. [name='home']
  3. plan/ [name='plan']
  4. otherpayment/ [name='otherpayment']
  5. about/ [name='about']
  6. career/ [name='career']
  7. signin/ [name='signin']
  8. privacy/ [name='privacy']
  9. main-view/ [name='main-view']
  10. main-view/<str:ref_code>/ [name='main-view']
  11. signup/ [name='signup']
  12. terms/ [name='terms']
  13. realestate/ [name='realestate']
  14. crypto/ [name='crypto']
  15. forex/ [name='forex']
  16. nft/ [name='nft']
  17. contact/ [name='contact']
  18. stocks/ [name='stocks']
  19. agriculture/ [name='agriculture']
  20. gold/ [name='gold']
  21. retirement/ [name='retirement']
  22. dashboard/ [name='dashboard']
  23. admindashboard/ [name='admindashboard']
  24. deposit/ [name='deposit']
  25. withdrawal/ [name='withdrawal']
  26. history/ [name='history']
  27. pending_deposit/ [name='pending_deposit']
  28. pending_withdrawal/ [name='pending_withdrawal']
  29. pending_bonus/ [name='pending_bonus']
  30. completed_transaction/ [name='completed_transaction']
  31. myreferals/ [name='myreferals']
  32. confirm_withdrawal/ [name='confirm_withdrawal']
  33. update_withdrawal/<str:pk>/ [name='update_withdrawal']
  34. decline_wihdrawal/<str:pk>/ [name='decline_wihdrawal']
  35. confirm_deposit/ [name='confirm_deposit']
  36. update_payment/<str:pk>/ [name='update_payment']
  37. account_settings/ [name='account_settings']
  38. create_bonus/ [name='create_bonus']
  39. use_bonus/ [name='use_bonus']
  40. meetrobert/ [name='meetrobert']
  41. reset_password/ [name='reset_password']
  42. reset_password_sent/ [name='password_reset_done']
  43. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  44. reset_password_complete/ [name='password_reset_complete']
  45. logout/ [name='logout']
  46. ^images/(?P<path>.*)$

The current path, contact/use.fontawesome.com/b1b5c74725.js, 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.