Page not found (404)

Request Method: GET
Request URL: https://www.magestree.com/es/tag/empresa/

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

  1. manage/
  2. [name='website_index']
  3. inmuebles/ [name='index_assets']
  4. aviso-legal/ [name='website_legal_notice']
  5. politica-de-privacidad/ [name='website_politica_de_privacidad']
  6. proyectos/
  7. billing/
  8. real-estate/
  9. webhooks/
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

The current path, es/tag/empresa/, 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.