Page not found (404)

Request Method: GET
Request URL: http://root.test.customfurnish.com/photos/home-interiors/studyroom/

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

  1. ^retrofit-kitchens
  2. ^fetchTemplates [name='fetchTemplates']
  3. ^$ [name='index']
  4. order-design/(\w+)/(\w+)/
  5. installment-pay/(\w+) [name='payment-request']
  6. external-payment [name='payment-request-pay']
  7. payment-request/(\w+)/pay [name='payment-request-pay']
  8. payment-request/(\w+) [name='payment-request-details-view']
  9. paymentdone
  10. paymentreceipt
  11. ^cart
  12. ^login
  13. ^order/ [name='flow6']
  14. ^forgotpassword/ [name='fp']
  15. ^contactus/ [name='contactus']
  16. ^full-house/ [name='home page redirection']
  17. ^full-house-designs/
  18. api/full-house-designs/
  19. ^full-house-interiors/
  20. api/full-house-ready-designs/
  21. ^floor-plan-selection$
  22. ^layout-viewer$
  23. ^layout-customize$
  24. ^design-viewer$
  25. ^design-customize$
  26. ^design-generation$
  27. ^user-requirement-submitted-successful/
  28. ^api/save-user-requirements$
  29. ^api/book-appointment$
  30. ^api/design-session-otp$
  31. ^api/schedule-design-session$
  32. ^api/save-sofa-fabric-requirements$
  33. ^checkout/(\w+) [name='checkoutById']
  34. ^checkout/ [name='checkout']
  35. ^checkout-source$ [name='checkout-source']
  36. ^checkout-source-next$ [name='checkout-source-next']
  37. ^tnc/ [name='tnc']
  38. ^drp/ [name='drp']
  39. ^privacy/ [name='privacy']
  40. ^store/
  41. ^product/
  42. ^account/
  43. ^api/sendmail/
  44. ^api/account/
  45. ^api/inventory/
  46. ^api/cart/
  47. ^api/closet
  48. ^api/checkout/
  49. ^api/base64converter
  50. ^api/base64toS3
  51. ^api/layout-templates-by-room-type
  52. ^api/layout-template-by-id/(\w+)$
  53. ^api/design-styles-by-room-type
  54. ^api/room-details/(\w+)$
  55. ^mydesigns/ [name='viewDesign']
  56. ^temporarily-down/ [name='temporarilyDown']
  57. shoppinghistory
  58. order-status/(\w+) [name='order-status']
  59. orderstatus/
  60. api/design
  61. ^api/setdesign
  62. api/products/
  63. ^api/getImage
  64. api/publicurls
  65. ^api/subscribe/
  66. ^api/materials/
  67. ^return-order/
  68. ^return-order/api/
  69. ^api/save-offer-details$
  70. ^robots\.txt$
  71. ^sitemap\.xml$
  72. ^sitemap\.html$
  73. ^sitemap/$
  74. api/product-store
  75. api/save-referal-details$
  76. suggestions/
  77. ^bed-room-furniture/$
  78. ^hyderabad/$
  79. ^furniture-store/$
  80. ^showrooms/$
  81. ^furniture-showrooms/$
  82. ^customfurnish-care/$
  83. partner/
  84. api/partner/
  85. ^factory-locations/$
  86. ^franchise-locations/$
  87. ^franchises/$
  88. api/save-franchise-details/$
  89. ^curtains/$
  90. custom-products/
  91. vendor-registration/
  92. staff/orders [name='staff-order-history']
  93. staff/order-details [name='staff-order-details']
  94. staff/item-details [name='staff-item-details']
  95. ^quotations$
  96. ^quotation-details/([\w-]+)
  97. api/home-page-contact-details$
  98. ^coming-soon/$
  99. ^corporate-clientele/$
  100. ^b2b-interior-design-services/$
  101. api/save-b2b-client-details$
  102. ^curtains-online [name='curtainsTypes']
  103. ^api/wishlist/
  104. ^partner-lead/ [name='partner-leads']
  105. ^api/partner-lead$
  106. ^static\/(?P<path>.*)$
  107. kitchen
  108. modular-kitchens
  109. api/kitchen
  110. ^admin/
  111. kitchen
  112. modular-kitchens
  113. api/kitchen
  114. ^wall-profile/
  115. ^api/wall-profile/
  116. api/sofa
  117. api/client-events
  118. api/print-pattern/
  119. api/wardrobe-designs
  120. ^wardrobe-designs/
  121. ^wardrobes/
  122. wardrobe/
  123. api/material-new/
  124. ^api/entertainment-units/
  125. ^designs
  126. ^buying-guide
  127. ^projects
  128. ^pages
  129. ^press
  130. ^offers
  131. ^customfurnish-reviews
  132. ^careers
  133. ^service
  134. ^experience-centre
  135. ^furniture
  136. ^home-interiors
  137. ^gallery
  138. ^referral
  139. ^api/tables/
  140. ^api/chairs/
  141. ^api/chest-of-drawers/
  142. ^api/coffeeTables/
  143. ^api/studyTables/
  144. ^api/beds-online/
  145. ^beds$
  146. ^cots$
  147. ^api/print-quote/
  148. ^Apps/
  149. ^product-store/
  150. ^search/
  151. api/photos-store
  152. api/staff/
  153. ^staff/
  154. ^api/custom-sofa/
  155. ^api/custom-curtains/
  156. complaints
  157. api
  158. ^raise_500/$
  159. ^javascript-error/$

The current URL, photos/home-interiors/studyroom/, 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.