Page not found (404)

Request Method: GET
Request URL: http://www.hwuason.com/2018/02/05/%25E8%258B%258F%25E5%25B7%259E%25E5%258D%258E%25E7%25A8%258E5a%25E7%25BA%25A7%25E6%258E%2588%25E7%2589%258C%25E4%25BB%25AA%25E5%25BC%258F%25E6%259A%25A8%25E6%25B6%2589%25E7%25A8%258E%25E6%259C%258D%25E5%258A%25A1%25E5%2588%259B%25E6%2596%25B0%25E8%25AE%25BA%25E5%259D%259B%25E5%259C%25A8%25E6%25B1%259F%25E8%258B%258F%25E6%2598%2586

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

  1. i18n/
  2. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  3. ^swagger/$ [name='schema-swagger-ui']
  4. ^docs/$ [name='schema-redoc']
  5. api-auth/
  6. ^ckeditor/
  7. admin/
  8. files/
  9. sms/
  10. ^static\/(?P<path>.*)$
  11. ^images\/(?P<path>.*)$
  12. zh-hans/

The current path, 2018/02/05/%E8%8B%8F%E5%B7%9E%E5%8D%8E%E7%A8%8E5a%E7%BA%A7%E6%8E%88%E7%89%8C%E4%BB%AA%E5%BC%8F%E6%9A%A8%E6%B6%89%E7%A8%8E%E6%9C%8D%E5%8A%A1%E5%88%9B%E6%96%B0%E8%AE%BA%E5%9D%9B%E5%9C%A8%E6%B1%9F%E8%8B%8F%E6%98%86, 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.