YeYzheng / KGQA-Based-On-medicine

基于医药知识图谱的智能问答系统
1.14k stars 277 forks source link

为什么在windows运行有问题? #14

Open fengchaozheng120 opened 5 years ago

fengchaozheng120 commented 5 years ago

[16/Jul/2019 21:02:15] "GET / HTTP/1.1" 200 3224 Not Found: /kgqa-demo [16/Jul/2019 21:03:12] "POST /kgqa-demo HTTP/1.1" 404 2107 Using the URLconf defined in KGQA_Based_On_medicine.urls, Django tried these URL patterns, in this order:

^$ ^static\/(?P.*)$ The current path, kgqa-demo, didn't match any of these. 这个是什么原因呢,求回答

LCabbage commented 3 years ago

[16/Jul/2019 21:02:15] "GET / HTTP/1.1" 200 3224 Not Found: /kgqa-demo [16/Jul/2019 21:03:12] "POST /kgqa-demo HTTP/1.1" 404 2107 Using the URLconf defined in KGQA_Based_On_medicine.urls, Django tried these URL patterns, in this order:

^$ ^static/(?P.*)$ The current path, kgqa-demo, didn't match any of these. 这个是什么原因呢,求回答

您好,请问这个问题怎么解决的

leonodelee commented 3 years ago

[16/Jul/2019 21:02:15] "GET / HTTP/1.1" 200 3224 Not Found: /kgqa-demo [16/Jul/2019 21:03:12] "POST /kgqa-demo HTTP/1.1" 404 2107 Using the URLconf defined in KGQA_Based_On_medicine.urls, Django tried these URL patterns, in this order:

^$ ^static/(?P.*)$ The current path, kgqa-demo, didn't match any of these. 这个是什么原因呢,求回答

您好,请问这个问题怎么解决的

Love-percation commented 1 year ago

类似问题,运行了python manage.py runserver 命令后,显示: Not Found: / [09/Feb/2023 21:46:30] "GET / HTTP/1.1" 404 2070

点击链接显示: Page not found (404) Request Method: GET Request URL: http://localhost:8000/ Using the URLconf defined in KGQA_Based_On_medicine.urls, Django tried these URL patterns, in this order:

^kgqa-demo$ ^static\/(?P.*)$ The empty path didn't match any of these.

求各位大佬解答