Page not found (404)

Request Method: GET
Request URL: http://www.minnalabseducation.com/blog/categories/programaci%C3%B3n

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

  1. admin/
  2. login/ [name='login']
  3. register/ [name='register']
  4. reset/password/ [name='resetpws']
  5. cambiar/password/<str:token>/ [name='cambiarpws']
  6. logout/ [name='logout']
  7. tablero/
  8. [name='home']
  9. about/ [name='about']
  10. faq/ [name='faq']
  11. profesores/ [name='profesores']
  12. cursos/ [name='cursos']
  13. cursos/<str:cat> [name='cursos']
  14. course-detail/<str:pk> [name='course-detail']
  15. contacto/ [name='contacto']
  16. ^media/(?P<path>.*)$

The current path, blog/categories/programación, 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.