Page not found (404)

Request Method: GET
Request URL: https://shahpura.com/shahpura-house

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

  1. shahpura/
  2. ckeditor/
  3. hotel/<slug:slug>/room/<int:id>/ [name='roomDetail']
  4. hotel/<slug:h_slug>/event/<slug:slug>/ [name='eventDetails']
  5. hotel/<slug:h_slug>/<slug:type>/<slug:slug>/ [name='hotel_service']
  6. hotel/<slug:slug>/rooms/ [name='rooms']
  7. hotel/<slug:slug>/ [name='detail']
  8. restaurant/<slug:slug>/ [name='RestDetail']
  9. experience/<slug:slug>/ [name='ExpDetails']
  10. gallery/<slug:slug>/ [name='gallery']
  11. ajax/subscribe/ [name='subscribe']
  12. ajax/userlogin/ [name='userlogin']
  13. ajax/service/ [name='serviceAjax']
  14. hotels/ [name='hotels']
  15. villas/ [name='villas']
  16. restaurant/ [name='restaurant']
  17. about/ [name='about']
  18. family/ [name='family']
  19. rrkf/ [name='RRKF']
  20. login/ [name='login']
  21. signup/ [name='signup']
  22. logout/ [name='logout']
  23. checkout/ [name='checkout']
  24. payment/handler [name='PaymentHandler']
  25. payment/ [name='PaymentView']
  26. association/ [name='Association']
  27. wedding/ [name='WeddingView']
  28. covid-update/ [name='CovidView']
  29. experiences/ [name='Experiences']
  30. career/ [name='CareerView']
  31. notify/ [name='notify']
  32. contact/ [name='contact']
  33. review/ [name='review']
  34. transaction-issue/ [name='transactionIssue']
  35. profile/ [name='profile']
  36. update/ [name='update']
  37. booking-history/ [name='bookingHistory']
  38. booking-cancel/ [name='bookingCancel']
  39. editroom/ [name='editroom']
  40. add-room/ [name='addroom']
  41. [name='home']
  42. ^media/(?P<path>.*)$
  43. ^static/(?P<path>.*)$

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