Page not found (404)

Request Method: GET
Request URL: https://hotelmanila.in/arabia2/%25D9%2585%25D8%25B7%25D8%25AD%25D9%2586%25D8%25A9-%25D9%2585%25D8%25B1%25D9%2587%25D9%2585-%25D9%2584%25D9%2584%25D8%25A8%25D9%258A%25D8%25B9.html

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

  1. [name='index']
  2. admin/
  3. ^media/(?P<path>.*)$

The current path, arabia2/%D9%85%D8%B7%D8%AD%D9%86%D8%A9-%D9%85%D8%B1%D9%87%D9%85-%D9%84%D9%84%D8%A8%D9%8A%D8%B9.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.