Page not found (404)

Request Method: GET
Request URL: http://www.geofazendas.com.br/app

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

  1. django-admin/
  2. seguranca/
  3. sindicatos/
  4. anuncios/
  5. api/login/
  6. api-auth/
  7. api/
  8. mapas/
  9. propriedades/
  10. martor/
  11. [name='index']
  12. testes/ [name='index_teste']
  13. credito/ [name='credito']
  14. suporte-juridico/ [name='suporte_juridico']
  15. privacidade/ [name='privacidade']
  16. privacidade/politica-privacidade/ [name='politica_privacidade']
  17. privacidade/politica-cookies/ [name='politica_cookies']
  18. mobile/ [name='mobile']
  19. aplicativo-mobile/ [name='aplicativo_mobile']
  20. artigos/ [name='artigo_list']
  21. noticias/ [name='noticia_list']
  22. cursos/ [name='curso_list']
  23. clima/ [name='clima_list']
  24. <str:tipo_artigo>/<slug:slug>/ [name='artigo_detail']
  25. __debug__/
  26. ^media/(?P<path>.*)$

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