Page not found (404)

Request Method: GET
Request URL: https://jobs.rrchubli.in/

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

  1. admin/
  2. ActApprentice2020-21/api/
  3. ActApprentice2020-21
  4. ActApprentice2020-21/payment/callback/
  5. ActApprentice2020-21/terms/
  6. ActApprentice2020-21/payment/response/
  7. ActApprentice2020-21/payment/response
  8. ActApprentice2020-21/
  9. payment/response/
  10. payment/response
  11. portal/

The empty path 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.