Page not found (404)

Request Method: GET
Request URL: http://method.do/anketa

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

  1. admin12345/
  2. [name='home']
  3. quiz/ [name='quiz']
  4. forcoach [name='forcoach']
  5. privacy/ [name='privacy']
  6. offer/ [name='offer']
  7. receiver.html [name='receiver']
  8. ^images/(?P<path>.*)$
  9. profile/ [name='profile']
  10. faq [name='faq']
  11. history [name='history']
  12. consultations [name='consultations']
  13. delete_account/ [name='delete_account']
  14. upload_profile_photo/ [name='upload_profile_photo']
  15. accountpayment [name='accountpayment']
  16. login/ [name='login']
  17. email_code_verification [name='email_code_verification']
  18. phone_code_verification [name='phone_code_verification']
  19. signup [name='signup']
  20. logout/ [name='logout']
  21. resend_code/ [name='resend_code']
  22. send_code_phone/ [name='send_code_phone']
  23. verify_code_phone/ [name='verify_code_phone']
  24. login/google/ [name='google_login']
  25. login/google/callback/ [name='google_callback']
  26. login/mailru/ [name='mailru_login']
  27. login/mailru/callback/ [name='mailru_callback']
  28. matching [name='matching']
  29. choose_coach/<int:coach_id>/ [name='choose_coach']
  30. book_appointment/ [name='book_appointment']
  31. cancel_appointment/ [name='cancel_appointment']
  32. get_appointments_expert/ [name='get_appointments_expert']
  33. add_appointment_expert/ [name='add_appointment_expert']
  34. coach<int:coach_id>/ [name='coach_detail']
  35. success/ [name='success']
  36. cancel/ [name='cancel']
  37. order/<int:order_id>/ [name='order_detail']
  38. api/orders/getorder/<int:order_id>/
  39. api/stripe/create_stripe_session/
  40. stripe_webhook/ [name='stripe_webhook']
  41. delete-card/ [name='delete_card']
  42. set-default-card/ [name='set_default_card']
  43. createPaymentTinkoff/ [name='createPaymentTinkoff']
  44. tinkoffAfterPayment/ [name='tinkoffAfterPayment']
  45. tinkoffNotification/ [name='tinkoffNotification']
  46. bindCardTinkoff/ [name='bindCardTinkoff']
  47. yookassa_bind_card/ [name='yookassa_bind_card']
  48. tests/ [name='tests']
  49. quiz/ [name='quiz']
  50. telegram/unlink/ [name='unlink_telegram']
  51. api/telegram/unlink/
  52. api/notifications/update/
  53. logout/ [name='logout']
  54. robots.txt [name='robots_txt']
  55. api/token/ [name='token_obtain_pair']
  56. api/token/refresh/ [name='token_refresh']
  57. api/token/verify/ [name='token_verify']
  58. ^static/(?P<path>.*)$
  59. ^images/(?P<path>.*)$

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