Page not found (404)

Request Method: GET
Request URL: http://reactivation.adityatrading.in/reactivation

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

  1. admin/
  2. [name='index']
  3. successPage [name='successPage']
  4. uploadIpv [name='uploadIpv']
  5. updateEmail/ [name='updateEmail']
  6. update-bank/ [name='updatebank']
  7. updateMobile/ [name='updateMobile']
  8. updateAddress/ [name='updateAddress']
  9. route/skip-bank-modify/ [name='skip-bank-modify']
  10. api/initUser [name='initUser']
  11. api/postUserData [name='postUserData']
  12. api/postIPVImage [name='postIPVImage']
  13. api/getAllElements/ [name='getAllElements']
  14. api/searchbank/ [name='searchbank']
  15. api/custom/send-mail/ [name='sendMail']
  16. nominee [name='addNominee']
  17. api/nominee [name='nomineeApi']
  18. api/documentKIDNumber/ [name='getDocumentKIDNumber']
  19. api/addKIDNumber/ [name='getDocumentKIDNumber']
  20. digiLockerSuccess/ [name='digiLockerSuccess']
  21. digiLockerFailure/ [name='digiLockerFailure']
  22. esign-success/ [name='esignSuccess']
  23. bank-esign-success/ [name='bankEsignSuccess']
  24. mobile-modification-esign-success/ [name='mobileModificationSuccess']
  25. email-modification-esign-success/ [name='emailModificationSuccess']
  26. esign-success-nominee/ [name='esignSuccessNominee']
  27. esign-success-closure/ [name='eSignSuccessClosure']
  28. esign-success-poa/ [name='eSignSuccessPOA']
  29. referral/rf=<str:referral_code>/ [name='refer']
  30. api/get-kyc-data/ [name='getKycData']
  31. api/get-kyc-data-filter [name='getKycDataFilter']
  32. api/get-kyc-codecount/ [name='getKycCodeCount']
  33. api/send-to-synapsys [name='sendDataToSynapses']
  34. api/getNominee [name='getPendingNominee']
  35. api/get-all-pending-signs [name='getAllPendingEsigns']
  36. api/accountClosure [name='accountClosure']
  37. api/send-reports [name='sendReportsSupport']
  38. payin-status [name='payinStatus']
  39. api/refresh-ipv [name='refreshIPV']
  40. api/refresh-pdfData [name='refreshPDFData']
  41. api/generate-adhaar-document-link [name='generateAadharDocumentDownloadLink']
  42. api/status-update [name='updateKYCstatus']
  43. api/update-clientcode [name='updateClientCode']
  44. api/update-referredby [name='updateVerifiedEmployee']
  45. sso [name='sso']
  46. api/get-client-code-mapping-data/<str:event> [name='get-client-code-mapping-data']
  47. api/get-lastmonth-client-code-mapping-data/<str:event> [name='lastmonth_volume_data']
  48. api/find-keys [name='findKeysPdf']
  49. api/bankModification [name='bankModification']
  50. api/change-user-info [name='modification']
  51. activate-poa [name='activatePOA']
  52. get-all-duplicate-codes [name='getDuplicateCodes']
  53. validatePan [name='validatePan']
  54. api/get-total-clients [name='getTotalClients']
  55. api/get-kra-status [name='getKRAstatus']
  56. api/generate-kra [name='generateKRANEW']
  57. api/send-to-kra [name='sendToKRA']
  58. api/get-kyc-checklist [name='kycCheckList']
  59. api/send-to-cdsl [name='sendtocdsl']
  60. api/generate-reactivation-report-bydate [name='generate_reactivation_report_by_date']
  61. api/sample-db [name='sampledb']
  62. choose-bank/ [name='chooseBank']
  63. update-bank/ [name='updatebank']
  64. ^media/(?P<path>.*)$

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