Page not found (404)

Request Method: GET
Request URL: http://www.hwuason.com/2018/02/05/%25E4%25BB%2585%25E4%25BB%2585%25E5%2591%258A%25E7%259F%25A5%25E6%259D%2583%25E5%2588%25A9%25E4%25BB%258D%25E4%25B8%258D%25E5%25A4%259F%25EF%25BC%258C%25E9%2599%2588%25E8%25BF%25B0%25E3%2580%2581%25E7%2594%25B3%25E8%25BE%25A9%25E9%259C%2580%25E7%25BB%2599%25E4%25B8%258E%25E5%2590%2588%25E7%2590%2586%25E6%2597%25B6%25E9%2597%25B4

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/%E4%BB%85%E4%BB%85%E5%91%8A%E7%9F%A5%E6%9D%83%E5%88%A9%E4%BB%8D%E4%B8%8D%E5%A4%9F%EF%BC%8C%E9%99%88%E8%BF%B0%E3%80%81%E7%94%B3%E8%BE%A9%E9%9C%80%E7%BB%99%E4%B8%8E%E5%90%88%E7%90%86%E6%97%B6%E9%97%B4, 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.