Page not found (404)

Request Method: GET
Request URL: https://jpjconstruction.in/career/index.html

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

  1. [name='index']
  2. about-jpj/ [name='about']
  3. about-founder/ [name='about']
  4. service/<str:slug>/ [name='services']
  5. teams/ [name='teams']
  6. contact/ [name='contact']
  7. career/ [name='career']
  8. review/ [name='review']
  9. video/ [name='video']
  10. completed_project/ [name='completed_project']
  11. on_going_project/ [name='on_going_project']
  12. admin/
  13. ^media/(?P<path>.*)$

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