From 2c8ece26f9a9490db417bbf0f8d2034e687ec78e Mon Sep 17 00:00:00 2001 From: Pengfei LIU <42001947+liupenggg@users.noreply.github.com> Date: Wed, 6 Nov 2019 14:42:39 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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`