Page not found (404)

Request Method: GET
Request URL: http://www.laratech.com.br/portfolio/ico-campinas/

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

  1. admin/
  2. [name='index']
  3. nosso-time/ [name='team']
  4. contato/ [name='contact']
  5. trabalhe-conosco/ [name='jobs']
  6. sobre-nos/ [name='about']
  7. cases/ [name='cases']
  8. servicos/ [name='services']
  9. fale-com-a-gente/ [name='lead']
  10. enviar-contato/ [name='send_contact']
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, portfolio/ico-campinas/, 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.