Page not found (404)

Request Method: GET
Request URL: http://icd.kcb.vn/ICD/

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

  1. ^static/(?P<path>.*)$
  2. ^assets/(?P<path>.*)$
  3. ^media/(?P<path>.*)$
  4. admin/clearcache/
  5. admin/
  6. ICD9
  7. DRG
  8. DRG/desc [name='drg_desc_disease']
  9. DRG/rule/run [name='drg_run_rule']
  10. DRG/rule/save [name='drg_save_rule']
  11. DRG/rule
  12. DRG/ccex/<sdx>+<pdx>
  13. DRG/MDC
  14. DRG/MDC/run [name='run_mdc']
  15. patient/get [name='get_patient']
  16. patient/save [name='save_patient']
  17. VNDRG
  18. VNDRG/run [name='run_drg']
  19. api/ICD10/root
  20. api/ICD10/data/<model>
  21. api/ICD10/childs/<model>
  22. api/ICD10/search/<q>
  23. api/ICD10-v1/search
  24. api/ICD10/tree/<model>
  25. api/ICD10/html/<model>
  26. api/ICD10/disease/export
  27. icd
  28. api/ICD9/root
  29. api/ICD9/data/<model>
  30. api/ICD9/childs/<model>
  31. api/ICD9/search/<q>
  32. api/ICD9/tree/<model>
  33. api/ICD9/html/<model>
  34. api/DOC/list/<app>
  35. api/DOC/data/<id>
  36. api/ICDSmartSearch/recommend
  37. api/ICDSmartSearch/apps
  38. api/ICDSmartSearch/search
  39. api/ICDSmartSearch/extract-linkedwords
  40. api/ICDSmartSearch/generate
  41. api/ICF/
  42. api/ICF/html/<model>
  43. api/ICF/data/<model>
  44. api/ICF/tree/<model>
  45. markdownx/
  46. api/ICF/search/<q>
  47. api/feedback/ [name='post_feedback_api']
  48. api/feedback/<int:id>/ [name='get_feedback_api']
  49. api/feedback/<str:app>/ [name='get_list_feedback_api']
  50. api/captcha/ [name='get_capcha_api']
  51. api/ucod/desc/
  52. api/ucod/diagnose [name='ucod_diagnose']
  53. api/ucod/liveucod
  54. ucod/ [name='ucod']
  55. ^api/whatnew$

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