Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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