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.
315 B
315 B
Music
使用Django2.2.5+Mysql实现了一个简单的音乐网站
相关搭建过程见博客:https://blog.csdn.net/weixin_42247922/article/details/102936575
Usage
First:
pip install requirements.txt
Then: python manage.py runserver
Finaly, open the brower, using address: 127.0.0.1:8000