Page not found (404)

Request Method: GET
Request URL: https://villaleonenairobi.com/villa-leone-pictures.html

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

  1. admin/
  2. [name='home']
  3. bookings/
  4. accounts/
  5. accounts/
  6. ckeditor/
  7. utilities/
  8. rooms/
  9. restaurants/
  10. dashboard/
  11. reset_password/ [name='reset_password']
  12. reset_password_sent/ [name='password_reset_done']
  13. reset/<uidb64>/<token> [name='password_reset_confirm']
  14. reset_password_complete [name='password_reset_complete']
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current path, villa-leone-pictures.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.