Page not found at /web/regist4.jsp

Page not found (404)

Request Method: GET
Request URL: http://ygfw.hnucm.edu.cn/web/regist4.jsp

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

  1. ^api/test/$
  2. ^api/geturls/$
  3. ^api/upload_file/$
  4. ^api/upload_rich_file/$
  5. api/accounts/
  6. api/workflows/
  7. api/tickets/
  8. api/msg/
  9. api/service/
  10. api/news/
  11. api/backup/
  12. api/oauth/
  13. api/bookaddress/
  14. ^news/(?P<news_cate>[\w]+)/$
  15. ^column/detail/(?P<news_id>[\w]+)/$
  16. ^notice/$
  17. ^service/post/
  18. ^service/$
  19. ^post/service/yuqing/
  20. ^post/service/tousu/
  21. ^post/service/jianyi/
  22. ^post/service/biaoyang/
  23. ^post/service/$
  24. ^service/remark/
  25. ^service/(?P<id>[\w,-]+)/$
  26. ^image_codes/(?P<image_code_id>[\w-]+)/$
  27. ^login/$
  28. ^reg/$
  29. ^reset/$
  30. ^$
  31. ^media/(?P<path>.*)$

The current path, web/regist4.jsp, 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.