Page not found (404)

Request Method: GET
Request URL: http://www.letrasabiertas.gba.gob.ar/book/book/Mi%2520generaci%25C3%25B3n%2520emergente/183/

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

  1. ^$ [name='homepage']
  2. ^admin/
  3. ^book/ home/$ [name='home']
  4. ^book/ list/(?P<data>[\w ]+)/$ [name='list']
  5. ^book/ book/(?P<title>[\w ,;:¡¿!"()°?.\'-]+)/(?P<pk>\d+)/$ [name='book']
  6. ^book/ filter/$ [name='filter']
  7. ^book/ eBook/$ [name='eBook']
  8. ^media\/(?P<path>.*)$

The current path, book/book/Mi%20generaci%C3%B3n%20emergente/183/, 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.