Page not found (404)

Request Method: GET
Request URL: https://ditanshow.com/articles/mindsay/detail/303.html

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

  1. mdeditor/
  2. admin/
  3. starttime/
  4. statistic/
  5. comment/
  6. user/
  7. gbook/
  8. aboutme/
  9. document/
  10. linking/
  11. live/
  12. [name='home']
  13. home/
  14. articles/ update_cover_pic
  15. articles/ programing
  16. articles/ ^p/
  17. photos/
  18. ckeditor/
  19. robots.txt
  20. calendar.html
  21. ^media/(?P<path>.*)
  22. ^site\-static\/(?P<path>.*)$

The current path, articles/mindsay/detail/303.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.