Page not found (404)

Request Method: GET
Request URL: https://ditanshow.com/articles/program/detail/?title=Linux%25E7%25A8%258B%25E5%25BA%258F%25E6%2580%25A7%25E8%2583%25BD%25E8%25B0%2583%25E4%25BC%2598%25E4%25B9%258Bgprof%25E5%2592%258Coprofile

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/program/detail/, 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.