Page not found (404)

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

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/ ^$ [name='index']
  46. ^admin/ ^login/$ [name='login']
  47. ^admin/ ^logout/$ [name='logout']
  48. ^admin/ ^password_change/$ [name='password_change']
  49. ^admin/ ^password_change/done/$ [name='password_change_done']
  50. ^admin/ ^jsi18n/$ [name='jsi18n']
  51. ^admin/ ^r/(?P<content_type_id>\d+)/(?P<object_id>.+)/$ [name='view_on_site']
  52. ^admin/ ^auth/group/
  53. ^admin/ ^portal_comercial/production/
  54. ^admin/ ^portal_comercial/emisionsector/
  55. ^admin/ ^portal_comercial/advertisment/
  56. ^admin/ ^portal_comercial/question/
  57. ^admin/ ^portal_comercial/schedulepreview/
  58. ^admin/ ^portal_comercial/schedule/
  59. ^admin/ ^auth/user/
  60. ^admin/ ^portal_comercial/genre/
  61. ^admin/ ^portal_comercial/showadvertisment/
  62. ^admin/ ^portal_comercial/new/
  63. ^admin/ ^portal_comercial/contentpage/
  64. ^admin/ ^portal_comercial/uploadedfile/
  65. ^admin/ ^portal_comercial/scheduleduplicate/
  66. ^admin/ ^portal_comercial/configuration/
  67. ^admin/ ^portal_comercial/show/
  68. ^admin/ ^portal_comercial/featuredshow/
  69. ^admin/ ^portal_comercial/vod/
  70. ^admin/ ^(?P<app_label>auth|portal_comercial)/$ [name='app_list']
  71. ^page/(?P<page_id>\d+)$ [name='page']
  72. ^getSchedule/$
  73. ^getShow/$
  74. ^admin/descarga/$

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