Page not found (404)

Request Method: GET
Request URL: http://docasaurus.com/password_reset/

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

  1. ^$
  2. ^login/$ [name='login']
  3. ^logout/$ [name='logout']
  4. ^request_demo/$
  5. ^create_user/$
  6. ^change_password/$
  7. ^update_contact_info/$
  8. ^add_user_to_group/$
  9. ^add_admin_user/$
  10. ^activate/$
  11. ^remove_user_from_group/$
  12. ^payments/$
  13. ^check_admin_status/$
  14. ^add_new_account/$
  15. ^publish_setting/$
  16. ^board_consent_setting/$
  17. ^get_editor_control_panel_status/$
  18. ^check_user/$
  19. ^get_free_trial_status/$
  20. ^get_billing_info/$
  21. ^get_org_name/$
  22. ^get_users/$
  23. ^get_fields/$
  24. ^get_choices/$
  25. ^get_board_actions/$
  26. ^get_actions/$
  27. ^get_bulk_spreadsheet/$
  28. ^upload/$
  29. ^initialize_available_documents/$
  30. ^open_from_server/$
  31. ^new_tag/$
  32. ^get_available_tags_for_import/$
  33. ^add_tag_to_document/$
  34. ^get_indiv_doc/$
  35. ^get_documents/$
  36. ^save_document_json/$
  37. ^form_process/$
  38. ^clean_up_newdocs_folder/$
  39. ^add_left_column_group/$
  40. ^add_board_action/$
  41. ^update_left_column/$
  42. ^update_field_order/$
  43. ^export/$
  44. ^bulk_process/$
  45. ^test_conversion/$
  46. ^new_process/$
  47. ^add_process_field_group/$
  48. ^update_process_field_order/$
  49. ^formation_gd/$
  50. ^equity_financing_gd/$
  51. ^formation_sls/$
  52. ^formation_procopio/$
  53. ^mezzanine_loan_procopio/$
  54. ^formation_stubbs/$
  55. ^stock_plan_stubbs/$
  56. ^formation_jo/$
  57. ^formation_mh/$
  58. ^formation_kilpatrick/$
  59. ^formation_rubicon/$
  60. ^safe_rubicon/$
  61. ^llc_rubicon/$
  62. ^formation_inventus/$
  63. ^get_clients/$
  64. ^terms/$
  65. ^support/$
  66. ^demo/$
  67. ^james/box$
  68. ^james/board$
  69. ^box_new_folder/$
  70. ^box_v2$
  71. ^.*box/$
  72. ^admin/doc/
  73. ^admin/

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