Page not found (404)

Request Method: GET
Request URL: https://www.cooperhoystedsinvestmentservice.com/static/mediaquery.css

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

  1. adminpage/
  2. [name='home']
  3. plan/ [name='plan']
  4. about/ [name='about']
  5. vendorPurchase/ [name='vendorPurchase']
  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. faq/ [name='faq']
  16. forex/ [name='forex']
  17. nft/ [name='nft']
  18. contact/ [name='contact']
  19. stocks/ [name='stocks']
  20. agriculture/ [name='agriculture']
  21. gold/ [name='gold']
  22. retirement/ [name='retirement']
  23. dashboard/ [name='dashboard']
  24. admindashboard/ [name='admindashboard']
  25. deposit/ [name='deposit']
  26. withdrawal/ [name='withdrawal']
  27. history/ [name='history']
  28. myreferals/ [name='myreferals']
  29. confirm_withdrawal/ [name='confirm_withdrawal']
  30. update_withdrawal/<str:pk>/ [name='update_withdrawal']
  31. decline_wihdrawal/<str:pk>/ [name='decline_wihdrawal']
  32. confirm_deposit/ [name='confirm_deposit']
  33. update_payment/<str:pk>/ [name='update_payment']
  34. account_settings/ [name='account_settings']
  35. create_bonus/ [name='create_bonus']
  36. use_bonus/ [name='use_bonus']
  37. reset_password/ [name='reset_password']
  38. reset_password_sent/ [name='password_reset_done']
  39. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  40. reset_password_complete/ [name='password_reset_complete']
  41. logout/ [name='logout']
  42. ^images/(?P<path>.*)$

The current path, static/mediaquery.css, 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.