Page not found (404)

Request Method: GET
Request URL: http://observatoriodadengue.telessaude.ufrn.br/novo/foco/www.ufrn.br

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

  1. ^ ^$ [name='denuncias_inicio']
  2. ^ ^novo/(?P<tipo>(foco|denuncia))/$ [name='criar_denuncia']
  3. ^ ^confirmar/(?P<email>\w+|[\w.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4})/(?P<token>[0-9]+)/$ [name='confirmar_denuncia']
  4. ^ sobre/ [name='sobre']
  5. ^ contato/ [name='contato']
  6. ^gerenciamento/
  7. ^rest/
  8. ^rest/chain/
  9. ^login/$ [name='login']
  10. ^logout/$ [name='logout']
  11. ^static\/(?P<path>.*)$
  12. ^media\/(?P<path>.*)$

The current URL, novo/foco/www.ufrn.br, 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.