Page not found (404)

Request Method: GET
Request URL: http://portalcci.com.br/Pagina.aspx?c=xKkAV4h+ckA=

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

  1. [name='pagina_inicial']
  2. institucional/
  3. niveis-de-ensino/
  4. transporte-escolar/
  5. projeto-socioambiental/
  6. biblioteca/
  7. blog/
  8. contatos/
  9. politicas_de_privacidade/
  10. termos_de_uso/
  11. secretaria_virtual/
  12. cms/
  13. api/
  14. summernote/
  15. accounts/
  16. admin/
  17. captchar/
  18. ^media/(?P<path>.*)$

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