Page not found (404)

Request Method: GET
Request URL: https://www.agrominehub.com/ceo/use.fontawesome.com/b1b5c74725.js

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

  1. admin/
  2. [name='home']
  3. plan/ [name='plan']
  4. wiretransfer/ [name='wiretransfer']
  5. cashmailing/ [name='cashmailing']
  6. otherpayment/ [name='otherpayment']
  7. about/ [name='about']
  8. career/ [name='career']
  9. signin/ [name='signin']
  10. privacy/ [name='privacy']
  11. main-view/ [name='main-view']
  12. main-view/<str:ref_code>/ [name='main-view']
  13. signup/ [name='signup']
  14. terms/ [name='terms']
  15. irrigation_system/ [name='irrigation_system']
  16. seeds/ [name='seeds']
  17. livestocks/ [name='livestocks']
  18. rawresources/ [name='rawresources']
  19. contact/ [name='contact']
  20. stocks/ [name='stocks']
  21. agriculture/ [name='agriculture']
  22. gold/ [name='gold']
  23. retirement/ [name='retirement']
  24. dashboard/ [name='dashboard']
  25. admindashboard/ [name='admindashboard']
  26. deposit/ [name='deposit']
  27. withdrawal/ [name='withdrawal']
  28. history/ [name='history']
  29. pending_deposit/ [name='pending_deposit']
  30. pending_withdrawal/ [name='pending_withdrawal']
  31. pending_bonus/ [name='pending_bonus']
  32. completed_transaction/ [name='completed_transaction']
  33. myreferals/ [name='myreferals']
  34. confirm_withdrawal/ [name='confirm_withdrawal']
  35. update_withdrawal/<str:pk>/ [name='update_withdrawal']
  36. decline_wihdrawal/<str:pk>/ [name='decline_wihdrawal']
  37. confirm_deposit/ [name='confirm_deposit']
  38. update_payment/<str:pk>/ [name='update_payment']
  39. account_settings/ [name='account_settings']
  40. create_bonus/ [name='create_bonus']
  41. use_bonus/ [name='use_bonus']
  42. reset_password/ [name='reset_password']
  43. reset_password_sent/ [name='password_reset_done']
  44. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  45. reset_password_complete/ [name='password_reset_complete']
  46. notifications/ [name='notifications']
  47. transfer_funds/ [name='transfer_funds']
  48. video_page/ [name='video_page']
  49. reinvest/ [name='reinvest']
  50. loan/ [name='loan']
  51. portfolio/ [name='portfolio']
  52. irrigationDeposit/ [name='irrigationDeposit']
  53. seedsDeposit/ [name='seedsDeposit']
  54. livestockDeposit/ [name='livestockDeposit']
  55. rawresourceDeposit/ [name='rawresourceDeposit']
  56. portfolioDeposit/ [name='portfolioDeposit']
  57. investmentPlans/ [name='investmentPlans']
  58. ceo/ [name='ceo']
  59. coo/ [name='coo']
  60. cfo/ [name='cfo']
  61. cio/ [name='cio']
  62. logout/ [name='logout']
  63. ^images/(?P<path>.*)$

The current path, ceo/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.