You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Pengfei LIU ef2bb3dd1e
Update README.md
7 years ago
.idea first 7 years ago
comment first 7 years ago
data Delete a 7 years ago
index Add files via upload 7 years ago
music first 7 years ago
photo Add files via upload 7 years ago
play Add files via upload 7 years ago
ranking Add files via upload 7 years ago
search first 7 years ago
static first 7 years ago
templates Update title_base.html 7 years ago
user Update home.html 7 years ago
README.md Update README.md 7 years ago
db.sqlite3 first 7 years ago
manage.py first 7 years ago

README.md

Music

使用Django2.2.5+Mysql实现了一个简单的音乐网站 这里随便写文字

相关搭建过程见博客:https://blog.csdn.net/weixin_42247922/article/details/102936575

Usage

First:

pip install  requirements.txt
然后按照此博客https://blog.csdn.net/weixin_42247922/article/details/102936575进行项目的搭建
最后将data文件夹中的数据导入数据库

Then:

 cd music
 python manage.py runserver

Finaly

open the brower, using address: `127.0.0.1:8000`