Page not found (404)

Request Method: GET
Request URL: http://pymesalmundo.com/br/

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

  1. [name='home']
  2. empresas [name='empresas']
  3. productos [name='productos']
  4. terminos [name='toc']
  5. ^terms/
  6. pymes [name='servicios']
  7. pymes/<str:slug>/ [name='pyme_slug']
  8. pyme/<int:id>/ [name='pyme']
  9. admin/
  10. contacto/ [name='contacto']
  11. herramientas/ [name='herramientas']
  12. podcast/ [name='podcast']
  13. capacitaciones [name='capacitaciones']
  14. noticias [name='noticias']
  15. oportunidades [name='oportunidades']
  16. financiamiento [name='financiamiento']
  17. inteligencia-comercial [name='inteligencia-comercial']
  18. detalle/<int:id>/ [name='detalle']
  19. detalle_op/<int:id>/ [name='detalle_op']
  20. detalle_pyme/<int:id>/ [name='detalle_pyme']
  21. favicon\.ico
  22. quienes-somos [name='about']
  23. construccion [name='construccion']
  24. adhesion/ [name='adhesion']
  25. someView/ [name='someView']
  26. ^static/(?P<path>.*)$
  27. ^media/(?P<path>.*)$
  28. __reload__/

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