Page not found (404)

Request Method: GET
Request URL: http://shimon.cn/yum-groupinstall-development-tools/

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

  1. ^admin/
  2. [name='index']
  3. page/<int:page>/ [name='index_page']
  4. article/<int:year>/<int:month>/<int:day>/<int:article_id>.html [name='detailbyid']
  5. category/<slug:category_name>.html [name='category_detail']
  6. category/<slug:category_name>/<int:page>.html [name='category_detail_page']
  7. author/<author_name>.html [name='author_detail']
  8. author/<author_name>/<int:page>.html [name='author_detail_page']
  9. tag/<slug:tag_name>.html [name='tag_detail']
  10. tag/<slug:tag_name>/<int:page>.html [name='tag_detail_page']
  11. archives.html [name='archives']
  12. links.html [name='links']
  13. upload [name='upload']
  14. refresh [name='refresh']
  15. mdeditor/
  16. article/<int:article_id>/postcomment [name='postcomment']
  17. ^login/$ [name='login']
  18. ^register/$ [name='register']
  19. ^logout/$ [name='logout']
  20. account/result.html [name='result']
  21. ^forget_password/$ [name='forget_password']
  22. ^forget_password_code/$ [name='forget_password_code']
  23. oauth/authorize
  24. oauth/requireemail/<int:oauthid>.html [name='require_email']
  25. oauth/emailconfirm/<int:id>/<sign>.html [name='email_confirm']
  26. oauth/bindsuccess/<int:oauthid>.html [name='bindsuccess']
  27. oauth/oauthlogin [name='oauthlogin']
  28. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  29. ^feed/$
  30. ^rss/$
  31. ^search
  32. robot
  33. owntracks/logtracks [name='logtracks']
  34. owntracks/show_maps [name='show_maps']
  35. owntracks/get_datas [name='get_datas']
  36. owntracks/show_dates [name='show_dates']
  37. ^static\/(?P<path>.*)$
  38. ^media\/(?P<path>.*)$

The current path, yum-groupinstall-development-tools/, 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.