Page not found (404)

Request Method: GET
Request URL: https://www.aved.es/producciones/produccion/19

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

  1. accounts/login/ [name='login']
  2. accounts/logout/ [name='logout']
  3. admin/
  4. noticias/
  5. producciones/ videos/<int:video_id> [name='view_productionvideo']
  6. producciones/ videos [name='list_videos']
  7. producciones/ videos/page/<int:display_page> [name='list_videos_page']
  8. producciones/ eng/videos/<int:video_id> [name='view_productionvideo_en']
  9. producciones/ eng/videos/ [name='en_list_videos']
  10. producciones/ eng/videos/page/<int:display_page> [name='en_list_videos_page']
  11. producciones/ <int:production_id> [name='view_productionitem']
  12. producciones/ status/<int:status> [name='list_productions']
  13. producciones/ status/<int:status>/order/<int:order> [name='list_productions_order']
  14. producciones/ status/<int:status>/page/<int:display_page> [name='list_productions_page']
  15. producciones/ status/<int:status>/order/<int:order>/page/<int:display_page> [name='list_productions_order_page']
  16. producciones/ eng/<int:production_id> [name='view_productionitem_en']
  17. producciones/ eng/status/<int:status> [name='list_productions_en']
  18. producciones/ eng/status/<int:status>/order/<int:order> [name='list_productions_en_order']
  19. producciones/ eng/status/<int:status>/page/<int:display_page> [name='list_productions_en_page']
  20. producciones/ eng/status/<int:status>/order/<int:order>/page/<int:display_page> [name='list_productions_en_order_page']
  21. festivales/
  22. specials/
  23. reportes/
  24. critica/
  25. prensa
  26. test
  27. en
  28. en/prensa

The current path, producciones/produccion/19, 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.