Page not found (404)

Request Method: GET
Request URL: http://www.donetch.cl/PropiedadesListado.aspx?From=Search&Pr_Tipo_Id=6&Pr_Tipo_Operacion=1&Ub_Id=1

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

  1. admin/
  2. [name='home']
  3. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  4. propiedades/
  5. blog/
  6. robots.txt
  7. chat/ [name='chat_page']
  8. chatgpt/ [name='chatgpt']
  9. upload/ [name='upload_file']
  10. upload_more/ [name='upload_file_more']
  11. ^static/(?P<path>.*)$

The current path, PropiedadesListado.aspx, 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.