Page not found (404)

Request Method: GET
Request URL: http://topchip.com.br/evento/bananal/

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

  1. admin/
  2. adventure [name='adventure']
  3. openimperatriz [name='adventure']
  4. calendario [name='calendario']
  5. contato [name='contato']
  6. resultados [name='resultados']
  7. fotos [name='fotos']
  8. ranking [name='ranking']
  9. pagina/<slug:slug>/
  10. [name='home']
  11. <slug:slug>/
  12. inscricao/
  13. api/
  14. api-auth/
  15. api-token-auth/ [name='api-token-auth']
  16. ^static/(?P<path>.*)$

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