Page not found (404)

Request Method: GET
Request URL: http://www.tecnopreven.com/tag/software-vs/

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

  1. admin/
  2. [name='index']
  3. caracteristicas [name='caracteristicas']
  4. areas-conocimiento/<str:data_id>/ [name='areas-conocimiento']
  5. sobre-nosotros [name='sobre-nosotros']
  6. clientes [name='clientes']
  7. publicaciones [name='publicaciones']
  8. publicaciones/<str:data_id>/ [name='publicaciones']
  9. demo [name='demo']
  10. politica-privacidad [name='politica-privacidad']
  11. politica-cookies [name='politica-cookies']
  12. aviso-legal [name='aviso-legal']
  13. ^media/(?P<path>.*)$

The current path, tag/software-vs/, 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.