Page not found (404)

Request Method: GET
Request URL: https://www.billhi.com/user/to/join/then/cart_to_checkout

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

  1. api-auth/
  2. admin/
  3. bill
  4. news
  5. note
  6. company
  7. item
  8. trademark
  9. files
  10. cart
  11. user [name='index_user']
  12. user /join [name='join_user']
  13. user /login [name='login_user']
  14. user /logout [name='logout_user']
  15. user /setImage [name='setImage_user']
  16. user /setMail [name='setMail_user']
  17. user /setPhone [name='setPhone_user']
  18. user /setPassword [name='setPassword_user']
  19. user /resetPassword [name='resetPassword_user']
  20. user /activateID [name='activateID_user']
  21. user /setting [name='setting_user']
  22. user /edit [name='edit_user']
  23. user /setNickName [name='setNickName_user']
  24. user /binds [name='binds_user']
  25. work
  26. address [name='address_user']
  27. address/add [name='addAddress_user']
  28. address/<int:id> [name='viewAddress_user']
  29. address/edit/<int:id> [name='editAddress_user']
  30. address/remove/<int:id> [name='delAddress_user']
  31. invoice [name='invoice_bill']
  32. invoice/add [name='addInvoice_bill']
  33. invoice/edit/<int:id> [name='editInvoice_bill']
  34. invoice/cancel/<int:id> [name='cancelInvoice_bill']
  35. comment [name='comment_bill']
  36. comment/add/<int:id> [name='addComment_bill']
  37. form
  38. info/<str:cname> [name='info_web']
  39. wechat
  40. ^ckeditor/
  41. [name='index_web']
  42. ^static/(?P<path>.*)$
  43. ^file/(?P<path>.*)$

The current path, user/to/join/then/cart_to_checkout, 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.