Page not found (404)

Request Method: GET
Request URL: http://premio.colombialider.org/Mejores/Tutorial

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

  1. ^admin/
  2. ^rest-auth/
  3. ^rest-auth/registration/
  4. ^generalInfo/
  5. ^users/
  6. ^candidate/
  7. ^evaluator/
  8. ^report/
  9. ^API/
  10. ^accounts/login [name='login']
  11. ^accounts/logout [name='logout']
  12. ^reset/password_reset [name='password_reset']
  13. ^reset/password_sent [name='password_reset_done']
  14. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  15. ^reset/done [name='password_reset_complete']
  16. ^media\/(?P<path>.*)$

The current path, Mejores/Tutorial, 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.