Page not found (404)

Request Method: GET
Request URL: http://3.137.162.161/

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

  1. admin/
  2. autenticacao/login
  3. autenticacao/logout
  4. autenticacao/updateSenha
  5. autenticacao/updateSenha/esqueci
  6. autenticacao/esqueciSenha
  7. anuncio/countClique
  8. anuncio/createAnuncio
  9. anuncio/getAnuncios/<int:idCondominio>/
  10. anuncio/getAnuncio/<int:idAnuncio>/
  11. anuncios/updateAnuncio
  12. anuncio/deleteAnuncio/<int:idAnuncio>
  13. denuncia/createDenuncia
  14. denuncia/getTiposDenuncia
  15. compra/deleteCompra/<int:idCompra>
  16. compra/getCompras/
  17. compra/createCompra
  18. compra/getFormasPagamento/
  19. usuario/createUser
  20. usuario/getDados/<email>/
  21. usuario/updateUser
  22. usuario/updateUser/fotoPerfil
  23. usuario/deleteUser/<email>
  24. usuario/checkEmail/<email>/
  25. usuario/getAnunciosFavoritos/
  26. usuario/checkCode
  27. usuario/adicionarFavorito
  28. categorias/getCategorias/
  29. chat/createChat
  30. chat/getChat/<idChat>/
  31. chat/getChats/
  32. chat/createMessage
  33. contato/createContato
  34. endereco/getAllCondominios/
  35. ^media/(?P<path>.*)$

The empty path 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.