Page not found (404)

Request Method: GET
Request URL: http://www.chinaguoxin.org.cn/%25E4%25B8%259A%25E5%258A%25A1%25E4%25BB%258B%25E7%25BB%258D/%25E5%2585%25A8%25E5%259B%25BD%25E5%25B7%25A5%25E4%25B8%259A%25E5%2592%258C%25E4%25BF%25A1%25E6%2581%25AF%25E5%258C%2596%25E5%25BA%2594%25E7%2594%25A8%25E4%25BA%25BA%25E6%2589%258D%25E6%25B5%258B%25E8%25AF%2584/

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

  1. ^abcdeadmin/
  2. ^documents/
  3. ^search/$ [name='search']
  4. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  5. ^_util/login/$ [name='wagtailcore_login']
  6. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$

The current path, %E4%B8%9A%E5%8A%A1%E4%BB%8B%E7%BB%8D/%E5%85%A8%E5%9B%BD%E5%B7%A5%E4%B8%9A%E5%92%8C%E4%BF%A1%E6%81%AF%E5%8C%96%E5%BA%94%E7%94%A8%E4%BA%BA%E6%89%8D%E6%B5%8B%E8%AF%84/, 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.