Page not found (404)

Request Method: GET
Request URL: http://patoshoje.com.br/empresas/?page=15&term=&segment_id=

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

  1. latest/feed/
  2. sitemap-ph-2.xml [name='django.contrib.sitemaps.views.sitemap']
  3. noticias.xml [name='django.contrib.sitemaps.views.sitemap']
  4. ph-play/
  5. blog/
  6. imagens/
  7. cupons/
  8. celulares/
  9. phrocha/
  10. fotonoticia/
  11. banners/
  12. comentarios/
  13. noticias/
  14. obituarios/
  15. empregos/
  16. usuarios/
  17. clientes/
  18. temporeal/
  19. [name='home']
  20. intervencao/ [name='intervencao']
  21. validacao/ [name='validacao']
  22. urgente/ [name='urgente']
  23. politica-de-privacidade/ [name='termos']
  24. policiais-patos-de-minas/ [name='policiais']
  25. narede/ [name='na-rede']
  26. saude-patos-de-minas/ [name='saude']
  27. phcolunistas-adm/ [name='phcolunistas-adm']
  28. teste-erro/ [name='teste_tela_erro']
  29. teste-email/ [name='teste_email']
  30. clear-cache-sessions/ [name='clear_cache_sessions']
  31. itens-mosaico/ [name='itens_mosaico']
  32. itens-videos/ [name='itens_videos']
  33. itens-videos-json/ [name='itens_videos_ison']
  34. noticia/<slug:slug>-<int:id>.html [name='noticia_site_antigo']
  35. novel/
  36. favicon.ico
  37. service-worker.js [name='service-worker.js']
  38. ^media/(?P<path>.*)$

The current path, empresas/, 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.