Page not found (404)

Request Method: GET
Request URL: http://192.168.31.80/p/1/

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. p/ c/([0-9]+)/
  9. p/ d/([0-9]+)
  10. solutions/
  11. media/$
  12. ckeditor_uploader
  13. ^media\/(?P<path>.*)$

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