Page not found (404)

Request Method: GET
Request URL: http://fukushima.pythonanywhere.com/machinery_service.html

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

  1. admin/
  2. [name='index']
  3. deck_machinery [name='deck_machinery']
  4. machinery_service [name='machinery_service']
  5. faq [name='faq']
  6. grab_bucket [name='grab_bucket']
  7. grab_bucket_service [name='grab_bucket_service']
  8. facilities [name='facilities']
  9. office [name='office']
  10. message [name='message']
  11. profile [name='profile']
  12. history [name='history']
  13. organization [name='organization']
  14. company_brochure [name='company_brochure']
  15. registration [name='registration']
  16. action_guidelines [name='action_guidelines']
  17. contact_form [name='contact_form']
  18. catalog_form [name='catalog_form']
  19. inquiry_form [name='inquiry_form']
  20. notice [name='notice']
  21. privacy [name='privacy']
  22. link [name='link']
  23. sitemap [name='sitemap']
  24. products [name='products']
  25. ^media\/(?P<path>.*)$

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