Page not found (404)

Request Method: GET
Request URL: https://bigfixvm.appspot.com/gadgetrepair/download/

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

  1. [name='index']
  2. branches/ [name='branches']
  3. book_now/ [name='book_now']
  4. login/ [name='login']
  5. otplogin/ [name='otplogin']
  6. register/ [name='register']
  7. otpcheck/ [name='otpcheck']
  8. otpresend/ [name='otpresend']
  9. fpmobile/ [name='fpmobile']
  10. fpotp/ [name='fpotp']
  11. fpotpresend/ [name='fpotpresend']
  12. newpassword/ [name='newpassword']
  13. locationmap/ [name='locationmap']
  14. searchbrand/ [name='searchbrand']
  15. searchmodel/ [name='searchmodel']
  16. searchprobtype/ [name='searchprobtype']
  17. fetchaddress/ [name='fetchaddress']
  18. mob_ex_get_model/ [name='mob_ex_get_model']
  19. mob_ex_get_variant/ [name='mob_ex_get_variant']
  20. mob_ex_get_full_det/ [name='mob_ex_get_full_det']
  21. bookorders/ [name='bookorders']
  22. repairorder/ [name='repairorder']
  23. repairlogin/ [name='repairlogin']
  24. Buy_login/ [name='Buy_login']
  25. sellorder/ [name='sellorder']
  26. sell_order/ [name='sell_order']
  27. sell_login/ [name='sell_login']
  28. sellorderhome/ [name='sellorderhome']
  29. installorder/ [name='installorder']
  30. install_login/ [name='install_login']
  31. repairconfirm/ [name='repairconfirm']
  32. Buy_confirm/ [name='Buy_confirm']
  33. sellconfirm/ [name='sellconfirm']
  34. installconfirm/ [name='installconfirm']
  35. quickrepairorder/ [name='quickrepairorder']
  36. quickrepairconfirm/ [name='quickrepairconfirm']
  37. quicksellorder/ [name='quicksellorder']
  38. quicksellconfirm/ [name='quicksellconfirm']
  39. quickbuyorder/ [name='quickbuyorder']
  40. quickbuyconfirm/ [name='quickbuyconfirm']
  41. quicksellordersecond/ [name='quicksellordersecond']
  42. devicebank/ [name='devicebank']
  43. adddevicebank/ [name='adddevicebank']
  44. updatedevicebank/ [name='updatedevicebank']
  45. adddevicebankrepair/ [name='adddevicebankrepair']
  46. devicebankrepairconfirm/ [name='devicebankrepairconfirm']
  47. adddevicebankinstall/ [name='adddevicebankinstall']
  48. devicebankinstallconfirm/ [name='devicebankinstallconfirm']
  49. searchcity/ [name='searchcity']
  50. searchcost/ [name='searchcost']
  51. searchlabourcost/ [name='searchlabourcost']
  52. searchbookingcost/ [name='searchbookingcost']
  53. quickmanage/ [name='quickmanage']
  54. manageconfirm/ [name='manageconfirm']
  55. searchmanagecost/ [name='searchmanagecost']
  56. protectionwarranty/ [name='protectionwarranty']
  57. warrantycostshow/ [name='warrantycostshow']
  58. warrantyconfirm/ [name='warrantyconfirm']
  59. warrantypayment/ [name='warrantypayment']
  60. dashboard/ [name='dashboard']
  61. get_repair_order_details/ [name='get_repair_order_details']
  62. customerprofile/ [name='customerprofile']
  63. payment/ [name='payment']
  64. addgst/ [name='addgst']
  65. logout/ [name='logout']
  66. cuserror/ [name='cuserror']
  67. privacypolicy/ [name='privacypolicy']
  68. termsandconditions/ [name='termsandconditions']
  69. termsandconditionssell/ [name='termsandconditionssell']
  70. termsandconditionsinstall/ [name='termsandconditionsinstall']
  71. termsandconditionswarranty/ [name='termsandconditionswarranty']
  72. feedback/ [name='feedback']
  73. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  74. robots.txt/ [name='robots']
  75. google84eb91237c64967e.html/ [name='google84eb91237c64967e']
  76. myrepairorders/ [name='myrepairorders']
  77. mybuyorders/ [name='mybuyorders']
  78. myBuy_orders/ [name='myBuy_orders']
  79. mysellorders/ [name='mysellorders']
  80. myinstallorders/ [name='myinstallorders']
  81. myprotectionorders/ [name='myprotectionorders']
  82. track/ [name='track']
  83. trackorder_/ [name='trackorder_']
  84. Send_otp/ [name='Send_otp']
  85. Buy_otp/ [name='Buy_otp']
  86. Resend_otp/ [name='Resend_otp']
  87. repair_otp/ [name='repair_otp']
  88. repair_otpresend/ [name='repair_otpresend']
  89. install_otp/ [name='install_otp']
  90. install_otpresend/ [name='install_otpresend']
  91. clickcall/ [name='clickcall']
  92. sell_pdf_report/<int:id> [name='sell_pdf_report']
  93. repair_pdf_report/<int:id> [name='repair_pdf_report']
  94. install_pdf_report/<int:id> [name='install_pdf_report']
  95. sell_pdf_report1/<int:id> [name='sell_pdf_report1']
  96. Buy_pdf_report/ [name='Buy_pdf_report']
  97. sell_otp/ [name='sell_otp']
  98. sell_con_firm/ [name='sell_confirm']
  99. my_sell_orders/ [name='mysell_orders']
  100. customfilter/ [name='customfilter']
  101. partner/
  102. technician/
  103. crm/
  104. adminpanel/
  105. 4biz/
  106. alliancecrm/
  107. admin/

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