Page not found (404)

Request Method: GET
Request URL: http://www.engos.com.br/SVR_EngenhariaAvaliacao.aspx

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

  1. ^admin/
  2. ^$
  3. ^index.html
  4. ^clientes.html
  5. ^eventos.html
  6. ^artigos.html
  7. ^contato.html
  8. ^contato
  9. ^equipe.html
  10. ^home.html
  11. ^empresa.html
  12. ^servicos.html
  13. ^media/(?P<path>.*)$

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