Page not found (404)

Request Method: GET
Request URL: https://murdochdubaicareerportal.com/job-category/back-end-development

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

  1. [name='index']
  2. create_job [name='create_job']
  3. view_jobs [name='view_jobs']
  4. my_applications [name='my_applications']
  5. job_details/<int:id> [name='job_details']
  6. edit_job/<int:id> [name='edit_job']
  7. delete_job/<int:id> [name='delete_job']
  8. close_job/<int:id> [name='close_job']
  9. reopen_job/<int:id> [name='reopen_job']
  10. view_students [name='view_students']
  11. view_alumni [name='view_alumni']
  12. student_details/<int:id> [name='student_details']
  13. alumni_details/<int:id> [name='alumni_details']
  14. job_to_student_skills/<int:id> [name='job_to_student_skills']
  15. job_to_alumni_skills/<int:id> [name='job_to_alumni_skills']
  16. get_job_description_file/<int:id> [name='get_job_description_file']
  17. get_student_cv_file/<int:id> [name='get_student_cv_file']
  18. get_alumni_cv_file/<int:id> [name='get_alumni_cv_file']
  19. terms [name='terms']
  20. faq [name='faq']
  21. anti_scam [name='anti_scam']
  22. privacy [name='privacy']
  23. sitemap [name='sitemap']
  24. admin/backups/
  25. admin/
  26. accounts/
  27. alumni/
  28. my_admin/
  29. student/
  30. employer/
  31. HelpDesk/
  32. bulletin/
  33. backup/<str:filename> [name='backup_download']
  34. ^media/(?P<path>.*)$
  35. ^backup/(?P<path>.*)$

The current path, job-category/back-end-development, 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.