Page not found (404)

Request Method: GET
Request URL: http://www.dogwoodlawns.com/author/admin/

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

  1. [name='home_page']
  2. access_denied/ [name='access_denied']
  3. account-progress [name='account-progress']
  4. accounts/
  5. add-services [name='add-services']
  6. add-team [name='add_teams']
  7. automation-features [name='automations_home_page']
  8. analytics [name='contractor_analytics']
  9. billing [name='billing']
  10. book-now [name='book_now']
  11. business-settings [name='business_settings']
  12. customers [name='customers']
  13. contact [name='lawn_beast_contact']
  14. dashboard [name='dashboard']
  15. edit-user [name='edit_user']
  16. embed-analytics [name='embed_analytics']
  17. event-log [name='event-log']
  18. features [name='features']
  19. forms [name='form_workspace']
  20. forms/create [name='create_form_workspace']
  21. forms/json [name='user_created_forms_json_handler']
  22. forms/embed.js [name='embed_js']
  23. forms/embed [name='embed_test']
  24. forms/fid [name='serve_user_forms']
  25. how-much-to-charge-calculator [name='charge_calc']
  26. how-much-to-charge-calculator-widget [name='charge_calc_custom']
  27. insights [name='insights']
  28. instant-pricing [name='pricing_module']
  29. invoices [name='invoices']
  30. invoice-detail [name='invoice_detail']
  31. jobcomplete/<int:pk>/ [name='jobcomplete']
  32. jobs [name='jobs_display']
  33. leave-review [name='leave_a_review_for_the_contractor']
  34. locations [name='locations']
  35. articles [name='learn']
  36. manage-users [name='manage_users']
  37. margin-calculator [name='margin-calculator']
  38. modify [name='edit_existing_booking']
  39. new-booking [name='new-booking']
  40. new-customer [name='new_customer']
  41. notifications [name='notifications']
  42. payment-info [name='payment-info']
  43. payments [name='payments']
  44. pdf_printer [name='pdf_printer']
  45. pending [name='pending_work_orders']
  46. pricing [name='home_page_pricing']
  47. profile [name='profile_view']
  48. quote [name='quote']
  49. quote-details [name='quote_detail']
  50. quote-response [name='quote_confirm_decline']
  51. refunds [name='refunds']
  52. reports [name='reports']
  53. routes [name='routes']
  54. service-provider-signup [name='new_contractor']
  55. tools [name='tools']
  56. tools/automations [name='service_provider_automations_notifications']
  57. tools/group-message [name='group_message_view']
  58. tools/customer-import [name='customer_import']
  59. tools/referrals [name='referral_view']
  60. unsubscribe [name='unsubscribe']
  61. login [name='login']
  62. logout [name='logout']
  63. password-reset [name='password-reset']
  64. password-reset/done/ [name='password_reset_done']
  65. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  66. reset/done/ [name='password_reset_complete']
  67. verified-email [name='verified_email']
  68. teams [name='teams']
  69. team-dashboard [name='team_dashboard']
  70. team-details [name='team_details']
  71. edit-team [name='edit_team']
  72. site-builder [name='white_label_page_builder']
  73. tinymce/
  74. my-dashboard [name='cus_dashboard']
  75. my-bookings [name='cus_bookings']
  76. my-invoices [name='cus_invoices']
  77. my-quotes [name='cus_quotes']
  78. my-payment-info [name='cus_payment_info']
  79. my-profile [name='cus_profile']
  80. my-security [name='cus_security']
  81. new-customer-finish-setup [name='new_customer_finish_setup']
  82. crew-dashboard [name='crew_dashboard']
  83. crew-jobs [name='crew_job_view']
  84. crew-payments [name='crew_payments']
  85. add_review [name='add_review']
  86. archive_items [name='archive_items']
  87. charge_cards [name='charge_cards']
  88. check_subdomain_availability [name='check_subdomain_availability']
  89. check-status [name='check_stripe_payment_status']
  90. demopricingdict [name='demo_pricing_json']
  91. delete_customer [name='delete_customer']
  92. delete_team [name='delete_team']
  93. edit_task_completition_time [name='edit_task_completion_time']
  94. emailsend [name='email_send']
  95. notify-cust-failed-charge [name='notify_customer_charge_failure']
  96. paymentmethodmanager [name='payment_method_manager']
  97. jobcomplete [name='mark_job_completed']
  98. put_cards_on_hold [name='put_cards_on_hold']
  99. refresh_payment_intent [name='refresh_payment_intent']
  100. refund_release_hold [name='refund_release_hold']
  101. stripe_web_hooks_dev [name='stripe_web_hooks']
  102. stripe_web_hooks_dev_2 [name='stripe_web_hooks']
  103. sitemap.xml [name='sitemap']
  104. new-user-signup [name='new_user_completes_booking']
  105. formdatachange [name='catch_booking_form_recapture_data']
  106. herbicide-finder [name='herbicide_selector']
  107. insert_herbicide_info [name='insert_herbicide_info']
  108. herbicide-alerts [name='herbicide_alerts']
  109. <slug:slug_id> [name='slug-url']
  110. __debug__/
  111. ^media/(?P<path>.*)$
  112. admin/

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