Page not found (404)

Request Method: GET
Request URL: https://udimoveis.com.br/detalhes.php?ImovelID=8677

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

  1. ^imobiliaria/
  2. ^banner/(?P<id>\d+)/$ [name='banner']
  3. ^imovel/(?P<id>\d+)/$ [name='imovel']
  4. ^ver-imovel/$ [name='ver_imovel']
  5. ^imoveis/$ [name='imoveis']
  6. ^ver/(?P<tipo>[\w_-]+)/$ [name='ver_tipo']
  7. ^ver/(?P<tipo>[\w_-]+)/(?P<fin>[\w_-]+)/$ [name='ver_tipo']
  8. ^agendar-visita/$ [name='agendar_visita']
  9. ^recomendar-imovel/$ [name='recomendar_imovel']
  10. ^detalhes-imovel/$ [name='detalhes_imovel']
  11. ^imovel-favorito/$ [name='imovel_favorito']
  12. ^imoveis-favoritos$ [name='imoveis_favoritos']
  13. ^imoveis-destaque/(?P<tipo>[\w_-]+) [name='destaques']
  14. ^busca-imoveis/$ [name='busca_imoveis']
  15. ^busca-detalhada/$ [name='busca_detalhada']
  16. ^na-midia/$ [name='na_midia']
  17. ^solicitar-avaliacao/$ [name='solicitar_avaliacao']
  18. ^solicitar-imovel/$ [name='solicitar_imovel']
  19. ^fale-conosco/$ [name='fale_conosco']
  20. ^afiliados/$ [name='afiliados']
  21. ^institucional/(?P<slug>[\w_-]+)/$ [name='conteudo']
  22. ^$ [name='index']

The current URL, detalhes.php, 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.