Skip to content
/ music Public

🦎A Simple Music Website Based on Django

Notifications You must be signed in to change notification settings

ltfred/music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple music website based on Django

  • The song information is obtained by the spider, and the database information has been exported to a SQL file, which can be downloaded and used as needed.

Run

  • Installation Environment

pip install -r requirement

  • Create database

create database wusun_music charset=utf8;

  • Migrate

python manage.py migrate

  • Import data

mysql -u<username> -p<password> < music_info.sql

About

🦎A Simple Music Website Based on Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages