Page not found (404)

Request Method: GET
Request URL: http://www.hwuason.com/2018/02/05/%25E6%2588%25BF%25E5%259C%25B0%25E4%25BA%25A7%25E4%25BC%2581%25E4%25B8%259A%25E8%2582%25A1%25E6%259D%2583%25E6%2594%25B6%25E8%25B4%25AD%25E3%2580%2581%25E8%25B5%2584%25E4%25BA%25A7%25E6%2594%25B6%25E8%25B4%25AD%25E7%259A%2584%25E7%25A8%258E%25E5%258A%25A1%25E5%25A4%2584%25E7%2590%2586%25E6%25AF%2594%25E8%25BE%2583

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/%E6%88%BF%E5%9C%B0%E4%BA%A7%E4%BC%81%E4%B8%9A%E8%82%A1%E6%9D%83%E6%94%B6%E8%B4%AD%E3%80%81%E8%B5%84%E4%BA%A7%E6%94%B6%E8%B4%AD%E7%9A%84%E7%A8%8E%E5%8A%A1%E5%A4%84%E7%90%86%E6%AF%94%E8%BE%83, 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.