Page not found (404)

Request Method: GET
Request URL: https://cauldron.io/dashboards/meteor

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

  1. oauth/gitlab/<str:backend> [name='gitlab_oauth']
  2. oauth/github [name='github_oauth']
  3. oauth/meetup [name='meetup_oauth']
  4. oauth/twitter [name='twitter_oauth']
  5. oauth/stackexchange [name='stack_oauth']
  6. github-login [name='github_callback']
  7. gitlab-login/<str:backend> [name='gitlab_callback']
  8. meetup-login [name='meetup_callback']
  9. twitter-login [name='twitter_callback']
  10. stackexchange-login [name='stackexchange_callback']
  11. login [name='login_page']
  12. logout [name='logout_page']
  13. delete-token
  14. unlink-account
  15. compare [name='compare_projects']
  16. compare/metrics [name='compare_projects_metrics']
  17. projects [name='user_projects']
  18. projects/new [name='create_project']
  19. explore [name='explore_projects']
  20. project/<int:project_id> [name='show_project']
  21. project/<int:project_id>/summary [name='project_summary']
  22. project/<int:project_id>/rename [name='rename_project']
  23. project/<int:project_id>/refresh [name='refresh_project']
  24. project/<int:project_id>/metrics [name='project_metrics']
  25. project/<int:project_id>/workspace [name='open_workspace']
  26. project/<int:project_id>/delete [name='delete_project']
  27. project/<int:project_id>/fork [name='fork_project']
  28. project/<int:project_id>/public-kibana [name='open_public_kibana']
  29. project/<int:project_id>/repositories [name='show_project_repos']
  30. project/<int:project_id>/settings [name='show_project_actions']
  31. project/<int:project_id>/settings/visibility [name='show_project_visibility']
  32. project/<int:project_id>/settings/autorefresh [name='request_project_autorefresh']
  33. project/<int:project_id>/actions/refresh [name='refresh_project_actions']
  34. project/<int:project_id>/actions/remove [name='remove_project_actions']
  35. project/<int:project_id>/repositories/add [name='add_project_repos']
  36. project/<int:project_id>/repositories/remove [name='remove_project_repos']
  37. project/<int:project_id>/ongoing-owners [name='project_ongoing_owners']
  38. project/<int:project_id>/export [name='project_export']
  39. project/<int:project_id>/export/create [name='project_export_create']
  40. project/<int:project_id>/export/status [name='project_export_status']
  41. project/<int:project_id>/stats.svg [name='project_stats_svg']
  42. project/<int:project_id>/git_contributors.svg [name='project_git_contributors_svg']
  43. project/<int:project_id>/export/svg/<slug:metric_name>.svg [name='request_project_export_svg']
  44. project/<int:project_id>/printable-report [name='request_printable_report']
  45. repository/<int:repo_id>/refresh [name='refresh_repository']
  46. repository/<int:repo_id>/actions [name='show_repository_intentions']
  47. repositories/info
  48. logs/<int:logs_id> [name='show_logs']
  49. admin-kibana [name='kibana_admin']
  50. projects/info
  51. projects/commits-by-week [name='commits_by_week']
  52. message/<int:message_id>/dismiss [name='dismiss_message']
  53. terms/ [name='terms']
  54. privacy/ [name='privacy']
  55. cookies/ [name='cookies']
  56. pricing/ [name='pricing']
  57. users/ [name='admin_page_users']
  58. users/authorize/ [name='authorize_user']
  59. users/unauthorize/ [name='unauthorize_user']
  60. users/upgrade/ [name='upgrade_user']
  61. users/downgrade/ [name='downgrade_user']
  62. users/add [name='add_user']
  63. users/delete/ [name='delete_user']
  64. profile/
  65. stats/ [name='stats']
  66. [name='homepage']
  67. admin/

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