Page not found (404)

Request Method: GET
Request URL: http://hiyuchao.cn/zh-hans/%25E3%2580%258Aapp%25E7%25A0%2594%25E5%258F%2591%25E5%25BD%2595%25EF%25BC%259A%25E6%259E%25B6%25E6%259E%2584%25E8%25AE%25BE%25E8%25AE%25A1%25E3%2580%2581crash%25E5%2588%2586%25E6%259E%2590%25E5%2592%258C%25E7%25AB%259E%25E5%2593%2581%25E6%258A%2580%25E6%259C%25AF%25E5%2588%2586%25E6%259E%2590%25E3%2580%258B%25E7%2594%25B5%25E5%25AD%2590%25E4%25B9%25A6%25E5%2588%2586%25E4%25BA%25AB

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. services [name='services']
  5. contact [name='contact']

The current path, zh-hans/%E3%80%8Aapp%E7%A0%94%E5%8F%91%E5%BD%95%EF%BC%9A%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1%E3%80%81crash%E5%88%86%E6%9E%90%E5%92%8C%E7%AB%9E%E5%93%81%E6%8A%80%E6%9C%AF%E5%88%86%E6%9E%90%E3%80%8B%E7%94%B5%E5%AD%90%E4%B9%A6%E5%88%86%E4%BA%AB, 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.