Page not found (404)

Request Method: GET
Request URL: http://nlp.beise.com/404.html

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

  1. [name='index']
  2. Cut.html [name='lac']
  3. lac [name='lac']
  4. add_new_keyword [name='add_new_keyword']
  5. del_keyword [name='del_keyword']
  6. generate_keyword_list [name='generate_keyword_list']
  7. Title_relevance_calculation.html [name='Title_relevance_calculation']
  8. title_relevance_calculation [name='title_relevance_calculation']
  9. cut [name='cut']
  10. baidu_760_rank_api [name='baidu_760_rank_api']
  11. baidu_verify_FwXa2U6n8r.html [name='baidu_verify_FwXa2U6n8r']
  12. ^favicon\.ico$
  13. news_model/md_doctor_rank [name='md_doctor_rank']
  14. news_model/hospital_rank [name='hospital_rank']
  15. news_model/md_17qzx_hospital_rank [name='md_17qzx_hospital_rank']
  16. news_model/oral_hospital_rank [name='oral_hospital_rank']
  17. robots.txt
  18. get_text_img [name='get_text_img']

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