Page not found (404)

Request Method: GET
Request URL: https://sinprfpi.com.br/wp-login.php?redirect_to=http%3A%2F%2Fsinprfpi.com.br%2F%3Fp%3D1057

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

  1. jet/
  2. [name='home']
  3. hotel-de-transito/
  4. noticias/
  5. admin/
  6. contato/ [name='contato']
  7. institucional/
  8. page/
  9. financeiro/ [name='financeiro']
  10. filiados/
  11. dependentes/
  12. ckeditor/
  13. galeria/
  14. videos/
  15. convenios/
  16. busca/ [name='haystack_search']
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, wp-login.php, 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.