Page not found (404)

Request Method: GET
Request URL: http://intertextile.display-bj.com/register

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

  1. login/ [name='login']
  2. logout/
  3. admin/
  4. account/
  5. images/<path:imagepath> [name='images']
  6. Commodity/
  7. ProjectList/
  8. Finance/
  9. Zhanguanhao/
  10. Zhanxiang/
  11. Canzhanshang/
  12. myadmin/
  13. Tuzhi
  14. Tuzhiinfo/<int:id>/
  15. Tuzhiinfo/bzzwpzhz/no/<int:id>
  16. Tuzhiinfo/bzzwpzhz/yes/<int:id>
  17. Tuzhiinfo/userfile/no/<int:id>
  18. Tuzhiinfo/userfile/yes/<int:id>
  19. Tuzhiinfo/bgwj/no/<int:id>
  20. Tuzhiinfo/bgwj/yes/<int:id>
  21. Tuzhiinfo/all/<int:id>
  22. CZhSh
  23. CZhShinfo/<int:id>/
  24. CZhShinfo/bzzwpzhz_info/no/<int:id>
  25. CZhShinfo/bzzwpzhz_info/yes/<int:id>
  26. CZhShinfo/usercommodity_info/no/<int:id>
  27. CZhShinfo/usercommodity_info/yes/<int:id>
  28. CZhShinfo/userprojectlist_info/no/<int:id>
  29. CZhShinfo/userprojectlist_info/yes/<int:id>
  30. CZhShinfo/all/<int:id>
  31. mianchuyuqifujiafei/<int:id>
  32. CZhShAll/ [name='canzhanshangall']
  33. CZhShAll/info/<int:id>
  34. CZhShAll/all/<int:id>
  35. CZhShAll/init_info/<int:id> [name='init_info']
  36. zhangdan/<int:id>/<path:zhangdanurl>
  37. yajinshouju/<int:id>/
  38. manager/
  39. UserAccount/
  40. Shenpi/
  41. ceshi/
  42. UpdateZL/
  43. Bgzl/
  44. UserFinance/
  45. captcha/
  46. dataexcel_sheshi/ [name='dataexcel_sheshi']
  47. dataexcel_zulin/ [name='dataexcel_zulin']

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