Page not found (404)

Request Method: GET
Request URL: https://pointbtravels.com/index.php/job/junior-graphic-designer-web/

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

  1. admin/
  2. base/ [name='base']
  3. [name='home']
  4. blogPost/ [name='blogPost']
  5. blog/<int:pk>/ [name='blog']
  6. blogContact/<int:pk>/contact_blog/ [name='contact_blog']
  7. whybhutans/ [name='whybhutans']
  8. foods/ [name='foods']
  9. communicates/ [name='communicates']
  10. travel/ [name='travel']
  11. tourPost/ [name='tourPost']
  12. tour/<int:pk>/ [name='tour']
  13. tour/<int:pk>/contact_view/ [name='contact_views']
  14. off-road-tourPost/ [name='off-road-tourPost']
  15. off-road-tour/<int:pk>/ [name='off-road-tour']
  16. off-road-tour/<int:pk>/contact_view/ [name='contact_view']
  17. speritual-tourPost/ [name='speritual-tourPost']
  18. speritual-tour/<int:pk>/ [name='speritual-tour']
  19. speritual-tour/<int:pk>/contact_view/ [name='contact_view']
  20. special-tourPost/ [name='special-tourPost']
  21. special-tour/<int:pk>/ [name='special-tour']
  22. special-tour/<int:pk>/contact_view/ [name='contact_view']
  23. festival-tourPost/ [name='festival-tourPost']
  24. festival-tour/<int:pk>/ [name='festival-tour']
  25. festival-tour/<int:pk>/contact_view/ [name='festival_contact_view']
  26. trek-tourPost/ [name='trek-tourPost']
  27. trek-tour/<int:pk>/ [name='trek-tour']
  28. trek-tour/<int:pk>/contact_view/ [name='trek_contact_view']
  29. staff/ [name='staff']
  30. staff/<int:pk>/ [name='staff_detail']
  31. contact/ [name='contact']
  32. thanks/ [name='thanks']
  33. ^static/(?P<path>.*)$
  34. ^media/(?P<path>.*)$

The current path, index.php/job/junior-graphic-designer-web/, 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.