Page not found (404)

Request Method: GET
Request URL: http://www.sqxw.gov.cn/html/2017/0627/shipinxinwen11217.html

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

  1. [name='index']
  2. publicbackstage/
  3. media/(?P<path>.*)$
  4. ueditor/
  5. ckeditor/
  6. article/
  7. photo/
  8. search/ [name='search']
  9. favicon.ico
  10. special/
  11. api/v_1_0/
  12. verify-8109d7.html

The current path, html/2017/0627/shipinxinwen11217.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.