Page not found (404)

Request Method: GET
Request URL: http://www.wishhr.com/blog_single_1.html

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

  1. ^admin/
  2. ^$
  3. ^index
  4. ^about
  5. ^services
  6. ^job
  7. ^position_1
  8. ^position_2
  9. ^position_3
  10. ^position_4
  11. ^position_5
  12. ^position_6
  13. ^position_7
  14. ^position_8
  15. ^position_9
  16. ^position_10
  17. ^position_11
  18. ^clients
  19. ^contact
  20. ^solution_1
  21. ^solution_2
  22. admin/doc/
  23. ^bloglist/$ [name='bloglist']
  24. ^blog/(?P<id>\d+)/$ [name='detailblog']
  25. ^media/(?P<path>.*)$

The current URL, blog_single_1.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.