Page not found (404)

Request Method: GET
Request URL: http://0.0.0.0:8000/tarif.html

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

  1. channels
  2. entrepreneurs
  3. investors
  4. partners
  5. users
  6. api/v1/rest-auth/password/reset/confirm/<uidb64>/<token>/ [name='password_r_confirm']
  7. admin/
  8. api/v1/test_action/
  9. api/v1/login/tiktok/<lang>/<email>/
  10. api/v1/
  11. api/v1/
  12. api/v1/
  13. api/v1/
  14. editorjs/
  15. confirm-email/<token> [name='confirm_email_and_redirect']
  16. api/v1/delete-account/
  17. ^ login/ [name='login']
  18. ^ logout/ [name='logout']
  19. ^ password_change/ [name='password_change']
  20. ^ password_change/done/ [name='password_change_done']
  21. ^ password_reset/ [name='password_reset']
  22. ^ password_reset/done/ [name='password_reset_done']
  23. ^ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  24. ^ reset/done/ [name='password_reset_complete']
  25. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  26. yoomoney/ [name='yoomoney']
  27. ^swagger/$ [name='schema-swagger-ui']
  28. ^redoc/$ [name='schema-redoc']
  29. ^api/v1/rest-auth/token/check/$ [name='rest_token_check']
  30. ^api/v1/rest-auth/token/refresh/$ [name='rest_token_refresh']
  31. ^api/v1/rest-auth/user/info/$ [name='rest_some_info']
  32. ^api/v1/rest-auth/user/my-inviter/$ [name='my-inviter']
  33. ^api/v1/rest-auth/user/energy/$ [name='rest_energy_info']
  34. ^api/v1/rest-auth/user/conditions/$ [name='company_info']
  35. ^api/v1/rest-auth/user/statistic/$ [name='company_stats']
  36. ^api/v1/rest-auth/user/instructor/$ [name='me_is_instructor']
  37. ^api/v1/rest-auth/user/get-my-instructor/$ [name='my_instructor']
  38. ^api/v1/rest-auth/user/cancel-instructor/$ [name='me_not_instructor']
  39. ^api/v1/rest-auth/password/change/$ [name='rest_password_change']
  40. ^api/v1/rest-auth/user/$ [name='rest_user_details']
  41. ^api/v1/rest-auth/registration/$ [name='rest_reg']
  42. ^api/v1/rest-auth/tiktok-registration/$ [name='rest_reg']
  43. ^api/v1/rest-auth/resend-registration-message [name='resend_reg_message']
  44. ^api/v1/rest-auth/
  45. ^api/v1/rest-auth/registration/account-confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  46. ^api/v1/hidden_banner [name='hidden_banner']
  47. ^api/v1/rest-auth/accept_invite/$ [name='accept_invite']
  48. ^(?P<key>\w+)/?$ [name='accept_invite']
  49. [name='index_url']
  50. ^api/v1/rest-auth/registration/account-confirm-email/ [name='account_email_verification_sent']
  51. ^api/v1/partner-program-tree/ [name='partner_program_tree']
  52. ^api/v1/preferences/ [name='preferences']
  53. ^api/v1/tiktok-preferences/ [name='tiktok_preferences']
  54. ^api/v1/rest-auth/send-confirm-email [name='send-confirm-email']
  55. ^media/(?P<path>.*)$
  56. ^media/(?P<path>.*)$

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