Page not found (404)

Request Method: GET
Request URL: http://192.168.31.80/Html/information.html

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

  1. admin/
  2. contactus/
  3. about/
  4. msg/
  5. news/
  6. projects/
  7. p/
  8. solutions/
  9. media/$
  10. ckeditor_uploader
  11. ^media\/(?P<path>.*)$

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