Page not found (404)

Request Method: GET
Request URL: http://mactrainee.com/noticias1/125-fotografia

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

  1. ^$ [name='home']
  2. ^contacto/$ [name='contact']
  3. ^encuesta/satisfaccion/$ [name='poll']
  4. ^emails/$ [name='emails']
  5. ^blog/
  6. ^cursos/
  7. ^maestros/
  8. ^admin/
  9. ^static\/(?P<path>.*)$
  10. ^media\/(?P<path>.*)$

The current path, noticias1/125-fotografia, 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.