Page not found (404)

Request Method: GET
Request URL: http://comercial.canal10.com.uy/materiales/

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

  1. ^$ [name='home']
  2. ^ ^login/$ [name='login']
  3. ^ ^logout/$ [name='logout']
  4. ^ ^password_change/$ [name='password_change']
  5. ^ ^password_change/done/$ [name='password_change_done']
  6. ^ ^password_reset/$ [name='password_reset']
  7. ^ ^password_reset/done/$ [name='password_reset_done']
  8. ^ ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  9. ^ ^reset/done/$ [name='password_reset_complete']
  10. ^rusia2018$ [name='mundial_2018']
  11. ^login$ [name='login']
  12. ^logout$ [name='logout']
  13. ^catalogo/(?P<type_id>\d+)/$ [name='catalog']
  14. ^catalogo/$ [name='catalog']
  15. ^programa/(?P<show_id>\d+)/(?P<show_title>.+)/$ [name='show']
  16. ^grilla/$ [name='grid']
  17. ^grilla/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='grid']
  18. ^grilla-simple/$ [name='simple_grid']
  19. ^grilla-simple/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='simple_grid']
  20. ^grilla-pdf/$ [name='pdf_grid']
  21. ^grilla-pdf/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='pdf_grid']
  22. ^grilla-imprimir/$ [name='imprimir_grilla']
  23. ^grilla-imprimir/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='imprimir_grilla']
  24. ^novedades/$ [name='news']
  25. ^novedades/(?P<new_id>\d+)/(?P<new_title>.+)/$ [name='news_open']
  26. ^faqs/$ [name='faqs']
  27. ^quienes/$ [name='who_we_are']
  28. ^enviaremail/$ [name='send_email']
  29. ^enviaremailnovedad/$ [name='send_email_news']
  30. ^tanda/$ [name='tanda']
  31. ^download-tanda/(?P<content_id>.+)/$ [name='download_tanda']
  32. ^download-tanda/$ [name='download_tanda']
  33. ^private/$ [name='news_private']
  34. ^private/agreement/(?P<agreement_id>\d+)/(?P<agreement_client>.+)/$ [name='agreement_detail']
  35. ^private/(?P<new_id>\d+)/(?P<new_title>.+)/$ [name='news_open_private']
  36. ^tinymce/
  37. ^tanda/ajax/get_vods_day/$ [name='get_vods_day']
  38. ^tanda/ajax/get_content_player/$ [name='get_content_player']
  39. ^tanda/ajax/load_video_link/$ [name='load_video_link']
  40. ^admin/portal_comercial/schedulepreview/load/change/$ [name='load_from_epg']
  41. ^admin/portal_comercial/schedulepreview/load/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/change/$ [name='load_from_epg']
  42. ^admin/portal_comercial/schedulepreview/approve/change/$ [name='approve_grid']
  43. ^admin/portal_comercial/schedulepreview/grilla-temp/$ [name='temp_grid']
  44. ^admin/portal_comercial/schedulepreview/grilla-temp/(?P<year>\d{2})/(?P<month>\d{2})/(?P<day>\d{2})/change/$ [name='temp_grid']
  45. ^admin/
  46. ^page/(?P<page_id>\d+)$ [name='page']
  47. ^getSchedule/$
  48. ^getShow/$
  49. ^admin/descarga/$

The current URL, materiales/, 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.