Page not found (404)

Request Method: GET
Request URL: http://faplan2017.fapeal.br/demonstrativo_bolsa/index.html

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

  1. ^$ [name='index']
  2. ^accounts/profile/$ [name='account_profile']
  3. ^accounts/
  4. ^admin/
  5. ^admin/doc/
  6. ^convenio/
  7. ^geradoc/
  8. ^financeiro/
  9. ^frota/
  10. ^planejamento/
  11. ^manutencao/
  12. ^rh/
  13. ^newsletter/ [name='newsletter']
  14. ^profile/
  15. ^consultar/bolsista/json/(?P<pesquisar>[\w_-]+)/$ [name='list_bolsista_json']
  16. ^consultar/bolsista/json/$ [name='list_bolsista_json']
  17. ^consultar/bolsistas/$ [name='consultar_bolsista']
  18. ^demonstrativo_bolsa/$ [name='demonstrativo_bolsa']
  19. ^profile/trocarfotoprofile/$ [name='trocar_foto']
  20. ^profile/create_professor_mentor/$ [name='professor_mentor']
  21. ^vinculo/create_vinculo_professor_mentor/$ [name='vinculo_professor_mentor']
  22. ^vinculo/create_vinculo_efap/$ [name='vinculo_efap']
  23. ^media/(.*)$
  24. ^static/(.*)$
  25. ^i18n/

The current URL, demonstrativo_bolsa/index.html, 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.