Page not found (404)

Request Method: GET
Request URL: http://www.hwuason.com/2018/02/05/%25E5%258D%258E%25E7%25A8%258E%25E5%2588%2598%25E5%25A4%25A9%25E6%25B0%25B8%25E5%25BE%258B%25E5%25B8%2588%25E5%258F%2597%25E8%2581%2598%25E4%25B8%25BA%25E5%259B%25BD%25E5%25AE%25B6%25E7%25A8%258E%25E5%258A%25A1%25E6%2580%25BB%25E5%25B1%2580%25E7%25A8%258E%25E6%2594%25B6%25E7%25A7%2591%25E5%25AD%25A6%25E7%25A0%2594%25E7%25A9%25B6

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/%E5%8D%8E%E7%A8%8E%E5%88%98%E5%A4%A9%E6%B0%B8%E5%BE%8B%E5%B8%88%E5%8F%97%E8%81%98%E4%B8%BA%E5%9B%BD%E5%AE%B6%E7%A8%8E%E5%8A%A1%E6%80%BB%E5%B1%80%E7%A8%8E%E6%94%B6%E7%A7%91%E5%AD%A6%E7%A0%94%E7%A9%B6, 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.