You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Django Music Player
A music player built with django web framework
## demo
## dependencies
#### Python, Django==2.1
## run
```
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```
# sangeet