Page not found (404)

Request Method: GET
Request URL: http://trainmotiv.es/registro/

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

  1. ^grappelli/
  2. ^admin/
  3. ^api-auth/
  4. ^ajax_select/
  5. ^$ [name='home']
  6. ^trainmotiv/static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$
  8. ^api/
  9. ^api/clients/user/$ [name='createUser']
  10. ^api/clients/get_teams/$ [name='getTeams']
  11. ^api/token/ [name='token_obtain_pair']
  12. ^api/refresh/ [name='token_refresh']
  13. ^trainmotiv/static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. ^backoffice/dashboard_evolution/$ [name='dashboard_evolution']
  16. ^backoffice/dashboard_day_moments/$ [name='dashboard_day_moments']
  17. ^backoffice/dashboard_teams/$ [name='dashboard_teams']
  18. ^backoffice/$ [name='home']
  19. ^backoffice/dashboard_users/$ [name='userhome']
  20. ^QHTL5KRR.txt$ [name='home']
  21. ^backoffice/dashboard_companies/$ [name='dashboardcompanies']
  22. ^backoffice/dashboard_worlds/$ [name='dashboardworlds']
  23. ^backoffice/worlds_migration/$ [name='worlds_migration']
  24. ^backoffice/migrate_world/$ [name='migrate_world']
  25. ^backoffice/course_migration/$ [name='course_migration']
  26. ^backoffice/migrate_course/$ [name='migrate_course']
  27. ^backoffice/dashboard_clients/$ [name='dashboardClients']
  28. ^backoffice/dashboard_editions/$ [name='dashboardEditions']
  29. ^backoffice/dashboard_traffic/$ [name='dashboard_traffic']
  30. ^backoffice/dashboard_averages/$ [name='dashboard_averages']
  31. ^backoffice/dashboard_bad_questions/$ [name='dashboard_bad_questions']
  32. ^backoffice/dashboard_farusers/$ [name='dashboard_farusers']
  33. ^backoffice/dashboard_bestusers/$ [name='dashboard_bestusers']
  34. ^backoffice/dashboard_outusers/$ [name='dashboard_outusers']
  35. ^backoffice/dashboard_outdatedusers/$ [name='dashboard_outdatedusers']
  36. ^backoffice/get_worlds/$ [name='get_worlds']
  37. ^backoffice/save_world/$ [name='save_world']
  38. ^backoffice/worlds/$ [name='worlds']
  39. ^backoffice/worldusers/$ [name='worldusers']
  40. ^backoffice/get_users_not_in_world/$ [name='get_users_not_in_world']
  41. ^backoffice/get_users_in_world/$ [name='get_users_in_world']
  42. ^backoffice/save_world_users/$ [name='save_world_users']
  43. ^backoffice/remove_world/$ [name='remove_world']
  44. ^backoffice/files_library/$ [name='files_library']
  45. ^backoffice/download_zip/$ [name='download_zip']
  46. ^change/save_guest/$ [name='save_guest']
  47. ^change/(?P<token>[-\w]+)/$ [name='guest_user']
  48. ^guest/(?P<token>[-A-Za-z0-9+=]{1,50}|=[^=]|={3,})/(?P<token_user>[-A-Za-z0-9+=]{1,50}|=[^=]|={3,})/$ [name='guest_user_update']
  49. ^guest/save/$ [name='guest_user_update_save']
  50. ^terms/$ [name='terms']
  51. ^backoffice/
  52. ^backoffice/
  53. ^backoffice/
  54. ^backoffice/
  55. ^backoffice/
  56. ^backoffice/
  57. ^backoffice/
  58. ^trainmotiv/static/(?P<path>.*)$
  59. ^media/(?P<path>.*)$
  60. ^agora/$ [name='home']
  61. ^agora/register/$ [name='register']
  62. ^agora/confirmation/$ [name='confirmation']
  63. ^trainmotiv/static/(?P<path>.*)$
  64. ^media/(?P<path>.*)$

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