Page not found (404)

Request Method: GET
Request URL: https://www.billhi.com/note/class/biz/to/nav/page/53,6

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 [name='index_note']
  6. note /<str:cname> [name='view_note']
  7. company
  8. item
  9. trademark
  10. files
  11. cart
  12. user
  13. work
  14. address [name='address_user']
  15. address/add [name='addAddress_user']
  16. address/<int:id> [name='viewAddress_user']
  17. address/edit/<int:id> [name='editAddress_user']
  18. address/remove/<int:id> [name='delAddress_user']
  19. invoice [name='invoice_bill']
  20. invoice/add [name='addInvoice_bill']
  21. invoice/edit/<int:id> [name='editInvoice_bill']
  22. invoice/cancel/<int:id> [name='cancelInvoice_bill']
  23. comment [name='comment_bill']
  24. comment/add/<int:id> [name='addComment_bill']
  25. form
  26. info/<str:cname> [name='info_web']
  27. wechat
  28. ^ckeditor/
  29. [name='index_web']
  30. ^static/(?P<path>.*)$
  31. ^file/(?P<path>.*)$

The current path, note/class/biz/to/nav/page/53,6, 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.