diff --git a/README.md b/README.md index 98a55df..3183e81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## simple_movie_qa_with_KG +## Music -使用python实现一个简单的基于知识图谱的电影问答系统 +使用Django2.2.5+Mysql实现了一个简单的音乐网站 相关搭建过程见博客:https://blog.csdn.net/xyz1584172808/article/details/89319129 ### Usage @@ -8,8 +8,7 @@ First: pip install requirements.txt Then: + python manage.py runserver - python code.py 127.0.0.1:1234 - -Finaly, open the brower, using address: `127.0.0.1:1234` +Finaly, open the brower, using address: `127.0.0.1:8000`