Page not found (404)

Request Method: GET
Request URL: https://dnyanjyotiservices.com/index.html

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. admin/
  4. [name='']
  5. about/ [name='about']
  6. clients/ [name='clients']
  7. apply-form/ [name='apply_form']
  8. vision_core_values/ [name='vision_core_values']
  9. why-dhyanjyoti/ [name='why_peoplefy']
  10. team/ [name='team']
  11. careers/ [name='careers']
  12. life-at-dhyanjyoti/ [name='life_at_peoplefy']
  13. employers/ [name='employers']
  14. terms/ [name='terms']
  15. recruit-outsourcing/ [name='recruit_outsourcing']
  16. Real-Estate/ [name='executive']
  17. recruite/ [name='recruite']
  18. industry/ [name='industry']
  19. job-seeker/ [name='job_seeker']
  20. job-opening/ [name='job_opening']
  21. resources/ [name='resources']
  22. case-study/ [name='case_study']
  23. blog/ [name='blog']
  24. resumewriting/ [name='resumewriting']
  25. contact/ [name='contact']
  26. services/ [name='services']
  27. life-dyanjyoti/ [name='life_dyanjyoti']
  28. choosing-rpo/ [name='choosing_rpo']
  29. benefits-of-rpo/ [name='benefits_of_rpo']
  30. openings-career/ [name='openings_career']
  31. send_mail/ [name='send_mail']
  32. send_maill/ [name='send_maill']
  33. why_leading_mncs_choose_dhyanjyoti/ [name='why_leading_mncs_choose_dhyanjyoti']

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