Page not found (404)

Request Method: GET
Request URL: https://www.betterpath.me/testimonials/

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

  1. [name='frontpage']
  2. verification_page/ [name='verification_page']
  3. verify_email/<str:verification_code>/ [name='verify_email']
  4. signup/ [name='signup']
  5. terms-of-service/ [name='terms-of-service']
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. reset_chat_session/ [name='reset_chat_session']
  9. text_to_speech/ [name='text_to_speech']
  10. speech_to_text/ [name='speech_to_text']
  11. delete_chat/<int:chat_id> [name='delete_chat']
  12. delete_all_chats [name='delete_all_chats']
  13. admin/
  14. accounts/
  15. chat/ [name='chat']
  16. history/ [name='history']
  17. update-name/ [name='update_name']
  18. admin/

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