Page not found (404)

Request Method: GET
Request URL: https://www.adaspace.com/20190430/140123.html

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

  1. xadmin/
  2. index/
  3. posts_all/
  4. posts_content/
  5. content/<int:post_id>/ [name='post_content']
  6. adacloud/
  7. app/
  8. yuanqu/
  9. fazhanlicheng/
  10. gongsijianjie/
  11. qiyerongyu/
  12. joinus/
  13. address/
  14. mdeditor/
  15. test/<int:post_id>/
  16. ^media\/(?P<path>.*)$

The current path, 20190430/140123.html, 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.