Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilte/music_library
Django project for organizing swing songs by bpm and tags.
https://github.com/emilte/music_library
Last synced: 13 days ago
JSON representation
Django project for organizing swing songs by bpm and tags.
- Host: GitHub
- URL: https://github.com/emilte/music_library
- Owner: emilte
- Created: 2018-10-24T02:10:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T13:44:36.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:04:31.808Z (over 1 year ago)
- Language: Python
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music_library
Django project for organizing swing songs by bpm and tags.## Steps:
* Download or clone project
* Navigate to project directory
* Run: 'pip install pipenv'
* Run: 'pipenv install'
* Run: 'pipenv shell' or 'pipenv run'
* Run: 'py manage.py collectstatic'
* Run: 'py manage.py populate_db' (or other commands. Replace 'populate_db' with 'help')
* Run: 'py manage.py runserver'
* Open browser at given url