Page not found (404)

Request Method: GET
Request URL: http://flexus.in/services/index.html

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

  1. admin/
  2. [name='first']
  3. reactjs/ [name='reactjs']
  4. angular/ [name='angular']
  5. python/ [name='python']
  6. java/ [name='java']
  7. .net/ [name='net']
  8. php/ [name='php']
  9. javascript/ [name='javascript']
  10. vuejs/ [name='vuejs']
  11. expressjs/ [name='expressjs']
  12. django/ [name='django']
  13. springboot/ [name='springboot']
  14. asp.net/ [name='asp.net']
  15. training/ [name='training']
  16. infracture/ [name='infracture']
  17. consulting/ [name='consulting']
  18. databasemigration/ [name='databasemigration']
  19. workflow_management/ [name='workflow_management']
  20. cps/ [name='cps']
  21. nodejs/ [name='nodejs']
  22. swift/ [name='swift']
  23. laravel/ [name='laravel']
  24. ios/ [name='ios']
  25. reactnative/ [name='reactnative']
  26. azure/ [name='azure']
  27. aws/ [name='aws']
  28. android/ [name='android']
  29. webdevelopment/ [name='webdevelopment']
  30. Dynamic-Web-Application/ [name='Dynamic-Web-Application']
  31. eCommerce-Web-Application/ [name='eCommerce-Web-Application']
  32. Single-Page-Web-Application/ [name='Single-Page-Web-Application']
  33. Web-Legacy-Modernization/ [name='Web-Legacy-Modernization']
  34. Web-Portal-Development/ [name='Web-Portal-Development']
  35. Web-CMS-Development/ [name='Web-CMS-Development']
  36. mobiledevelopment/ [name='mobiledevelopment']
  37. webdevelopers/ [name='webdevelopers']
  38. mobiledevelopers/ [name='mobiledevelopers']
  39. permanent-staffing/ [name='permanent-staffing']
  40. contract-staffing/ [name='contract-staffing']
  41. recruitment-process-outsourcing/ [name='Recurement process Outsourcing']
  42. payroll-services/ [name='Payroll Services']
  43. software/ [name='sw']
  44. add-category/ [name='add-category']
  45. categoryview/ [name='categoryview']
  46. delete_category/<int:id> [name='delete_category']
  47. forgot-password/ [name='forgot_password']
  48. resumeform/<int:id>/ [name='resumeform']
  49. jobs/ [name='jobs']
  50. jobs/ [name='job-list']
  51. cvupload/ [name='cvupload']
  52. job/create/ [name='create-job']
  53. job/<int:id>/ [name='single-job']
  54. apply-job/<int:id>/ [name='apply-job']
  55. bookmark-job/<int:id>/ [name='bookmark-job']
  56. aboutus/ [name='aboutus']
  57. about/ [name='about']
  58. contactus/ [name='contactus']
  59. contact/ [name='contact']
  60. result/ [name='search_result']
  61. dashboard/ [name='dashboard']
  62. dashboard/employer/job/<int:id>/applicants/ [name='applicants']
  63. dashboard/employer/job/edit/<int:id> [name='edit-job']
  64. dashboard/employer/applicant/<int:id>/ [name='applicant-details']
  65. dashboard/employer/close/<int:id>/ [name='complete']
  66. dashboard/employer/delete/<int:id>/ [name='delete']
  67. dashboard/employee/delete-bookmark/<int:id>/ [name='delete-bookmark']
  68. contactpage/ [name='contactpage']
  69. enquiryform/ [name='enquiryform']
  70. talent_hub [name='talent_hub']
  71. jobapp:training_and_placement [name='training_and_placement']
  72. python_training [name='python_training']
  73. java_training [name='java_training']
  74. php_training [name='php_training']
  75. csharp_training [name='csharp_training']
  76. download_syllabus
  77. py-page [name='py-page']
  78. employee/register/ [name='employee-registration']
  79. emp/reg/ [name='emp-reg']
  80. forgot_login/ [name='forgot_login']
  81. employer/register/ [name='employer-registration']
  82. profile/edit/<int:id>/ [name='edit-profile']
  83. login/ [name='login']
  84. logout/ [name='logout']
  85. permanent-staffing/ [name='permanent-staffing']
  86. contract-staffing/ [name='contract-staffing']
  87. recruitment-process-outsourcing/ [name='Recurement process Outsourcing']
  88. payroll-services/ [name='Payroll Services']
  89. placement [name='training_and_placement']
  90. software-development/ [name='sw']
  91. reactjs/ [name='reactjs']
  92. angular/ [name='angular']
  93. python/ [name='python']
  94. java/ [name='java']
  95. .net/ [name='net']
  96. php/ [name='php']
  97. android/ [name='android']
  98. vuejs/ [name='vuejs']
  99. expressjs/ [name='expressjs']
  100. django/ [name='django']
  101. asp.net/ [name='asp.net']
  102. springboot/ [name='springboot']
  103. webdevelopment/ [name='webdevelopment']
  104. mobiledevelopment/ [name='mobiledevelopment']
  105. infracture/ [name='infracture']
  106. databasemigration/ [name='databasemigration']
  107. talent_hub [name='talent_hub']
  108. workflow_management/ [name='workflow_management']
  109. cps/ [name='cps']
  110. consulting/ [name='consulting']
  111. Dynamic-Web-Application/ [name='Dynamic-Web-Application']
  112. eCommerce-Web-Application/ [name='eCommerce-Web-Application']
  113. Single-Page-Web-Application/ [name='Single-Page-Web-Application']
  114. Web-Legacy-Modernization/ [name='Web-Legacy-Modernization']
  115. Web-Portal-Development/ [name='Web-Portal-Development']
  116. Web-CMS-Development/ [name='Web-CMS-Development']
  117. webdevelopers/ [name='webdevelopers']
  118. mobiledevelopers/ [name='mobiledevelopers']
  119. node/ [name='node']
  120. swift/ [name='swift']
  121. laravel/ [name='laravel']
  122. ios/ [name='ios']
  123. reactnative/ [name='reactnative']
  124. azure/ [name='azure']
  125. aws/ [name='aws']
  126. javascript/ [name='javascript']
  127. __debug__/

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