Page not found (404)

Request Method: GET
Request URL: https://www.yalisuiteshotel.com/rezervasyon.html

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

  1. i18n/
  2. jet/dashboard/
  3. jet/
  4. admin/
  5. account/
  6. notification/
  7. ckeditor/
  8. [name='home_view']
  9. rooms/ [name='room_view']
  10. room-detail/<int:pk> [name='room_detail_view']
  11. houses/ [name='house_view']
  12. houses-detail/<int:pk> [name='house_detail_view']
  13. gallery/ [name='gallery_view']
  14. about/ [name='about_view']
  15. contact/ [name='contact_view']
  16. blog/ [name='blog_view']
  17. place-detail/<int:pk> [name='blog_detail_view']
  18. places/ [name='place_view']
  19. palamutbuku/ [name='place_detail_view']
  20. ^static\/(?P<path>.*)$
  21. ^media\/(?P<path>.*)$

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