Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8010/blog/gobierno/casos-de-%25C3%25A9xito-gobierno/

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^sitemap\.xml$
  5. ^search/$ [name='search']
  6. ^sendMail/ [name='sendMail']
  7. ^newsletter/ [name='exportCSV']
  8. ^subscribeNewsletter/ [name='subscribeNewsletter']
  9. ^contacto_csv/ [name='contactoCSV']
  10. ^next_blog/$ [name='nextBlogs']
  11. ^send_comment/$ [name='saveComments']
  12. ^get_comments/$ [name='getComments']
  13. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  14. ^_util/login/$ [name='wagtailcore_login']
  15. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  16. ^static\/(?P<path>.*)$
  17. ^media\/(?P<path>.*)$

The current path, blog/gobierno/casos-de-%C3%A9xito-gobierno/, 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.