Page not found (404)

Request Method: GET
Request URL: http://root.test.customfurnish.com/kitchen-furniture/

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. kitchen ^/estimator
  109. kitchen ^/planner
  110. kitchen ^/kitchen-type/
  111. modular-kitchens
  112. api/kitchen
  113. ^admin/
  114. kitchen ^/$
  115. kitchen ^/estimator
  116. kitchen ^/planner
  117. kitchen ^/kitchen-type/
  118. modular-kitchens
  119. api/kitchen
  120. ^wall-profile/
  121. ^api/wall-profile/
  122. api/sofa
  123. api/client-events
  124. api/print-pattern/
  125. api/wardrobe-designs
  126. ^wardrobe-designs/
  127. ^wardrobes/
  128. wardrobe/
  129. api/material-new/
  130. ^api/entertainment-units/
  131. ^designs
  132. ^buying-guide
  133. ^projects
  134. ^pages
  135. ^press
  136. ^offers
  137. ^customfurnish-reviews
  138. ^careers
  139. ^service
  140. ^experience-centre
  141. ^furniture
  142. ^home-interiors
  143. ^gallery
  144. ^referral
  145. ^api/tables/
  146. ^api/chairs/
  147. ^api/chest-of-drawers/
  148. ^api/coffeeTables/
  149. ^api/studyTables/
  150. ^api/beds-online/
  151. ^beds$
  152. ^cots$
  153. ^api/print-quote/
  154. ^Apps/
  155. ^product-store/
  156. ^search/
  157. api/photos-store
  158. api/staff/
  159. ^staff/
  160. ^api/custom-sofa/
  161. ^api/custom-curtains/
  162. complaints
  163. api
  164. ^raise_500/$
  165. ^javascript-error/$

The current URL, kitchen-furniture/, 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.