Page not found (404)

Request Method: GET
Request URL: http://optimumfinance.co/static/style.html

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

  1. admin/
  2. covid-19 [name='covid-19']
  3. privacy [name='privacy']
  4. faq [name='faq']
  5. about [name='about']
  6. financial-planning [name='financial-planning']
  7. cryptocurrency-trading [name='cryptocurrency-trading']
  8. service [name='service']
  9. cannabis-investment [name='cannabis-investment']
  10. oil [name='oil']
  11. loan [name='loan']
  12. buy-btc [name='buy-btc']
  13. estate [name='estate']
  14. [name='index']
  15. terms [name='terms']
  16. retirement-planning [name='retirement-planning']
  17. contact [name='contact']
  18. legal [name='legal']
  19. accounts/
  20. user/
  21. dashboard/
  22. ^media/(?P<path>.*)$

The current path, static/style.html, 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.