Page not found (404)

Request Method: GET
Request URL: http://www.arasanzgarcia.cloud/taxonomy/term/6

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

  1. ^weberia(?P<path>.*)$
  2. ^comun(?P<path>.*)$
  3. ^compartido(?P<path>.*)$
  4. ^privado(?P<path>.*)$
  5. calendario/ [name='calendario']
  6. [name='acceso']
  7. cuentas/
  8. relatos/
  9. sigueme/
  10. descargas/ [name='descargas']
  11. descargas/<slug:fichero> [name='descargas']

The current path, taxonomy/term/6, 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.