Page not found (404)

Request Method: GET
Request URL: http://eati.info/eati/2013/inscricao

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

  1. admin/
  2. [name='index']
  3. contato [name='contato']
  4. sobre [name='sobre']
  5. sobre/edicoes [name='edicoes']
  6. sobre/edicoes/<slug:slug> [name='sobreedicoes']
  7. atracao/<slug:slug> [name='sobreatracao']
  8. paletrantes/<slug:slug> [name='sobrepalestrante']
  9. apoiadores/
  10. trabalhos
  11. ^media/(?P<path>.*)$

The current path, eati/2013/inscricao, 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.