/GeoDJ

DjangoDash 2013 project - Listen to music from around the world.

Primary LanguagePythonMIT LicenseMIT

We created GeoDJ so anyone could listen to music from all over the world. GeoDJ currently has a collection of over 2,000 popular musicians from 200+ countries.

Visit the site →

up and running locally

Install requirements:

pip install -r requirements.xt

If you haven't already, install postgres and create the database geodj_development.

Then, run the following commands to bootstrap the DB with some data:

python manage.py syncdb
python manage.py import_countries
python manage.py import_continents
python manage.py import_artists
python manage.py import_genres

Install Heroku Toolbelt for foreman: https://toolbelt.heroku.com/

To start the server, run foreman start, then go to http://localhost:5000

acknowledgements

Country data from the following sources:

Music data from the following APIs: