Page not found (404)

Request Method: GET
Request URL: http://hnonline.in/executive_search

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

  1. admin/
  2. about/ [name='about']
  3. contact/ [name='contact']
  4. employer/ [name='employer']
  5. [name='index']
  6. jobreq/ [name='jobreq']
  7. jobseeker/ [name='jobseeker']
  8. solutions/ [name='solutions']
  9. download/ [name='download']
  10. ^static\/(?P<path>.*)$

The current path, executive_search, 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.