Page not found (404)

Request Method: GET
Request URL: http://inscricao.agrodinamica.net.br/wp-admin/

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

  1. admin/
  2. inscricao/<uuid:hash_evt> [name='inscricao']
  3. confirmar_inscricao/<int:idpe> [name='confirmar_inscricao']
  4. cidades_estado/<int:ide> [name='cidades_estado']
  5. imprimir_turma/<int:idt> [name='imprimir_turma']
  6. xls_turma/<int:idt> [name='xls_turma']
  7. [name='painel']
  8. ^static/(?P<path>.*)$

The current path, wp-admin/, 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.