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 2c8ece26f9
Update README.md
6 years ago
.idea first 6 years ago
comment first 6 years ago
index Add files via upload 6 years ago
music first 6 years ago
photo Add files via upload 6 years ago
play Add files via upload 6 years ago
ranking Add files via upload 6 years ago
search first 6 years ago
static first 6 years ago
templates first 6 years ago
user Add files via upload 6 years ago
README.md Update README.md 6 years ago
db.sqlite3 first 6 years ago
manage.py first 6 years ago
music_db.sql Add files via upload 6 years ago

README.md

Music

使用Django2.2.5+Mysql实现了一个简单的音乐网站 相关搭建过程见博客:https://blog.csdn.net/xyz1584172808/article/details/89319129

Usage

First:

pip install  requirements.txt

Then: python manage.py runserver

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