Migrate Spotify stars to Last.fm loves.
- You will need Last.fm and Spotify accounts, with an API application created for each
- Rename
starstoloves/starstoloves/settings/local.py.exampletolocal.py
- Add your Last.fm application key and secret
- Add your Spotify application client_id and client_secret
-
Install Vagrant http://www.vagrantup.com
-
Start vagrant:
$ vagrant up -
The site should be available at http://localhost:8111
The Django server will be running in a screen and can be accessed like so:
$ vagrant ssh
$ screen -r djangoServer
For the Celery worker do:
$ vagrant ssh
$ screen -r celeryWorker
Run tests like so:
$ vagrant ssh
$ workon starstoloves
$ cd /vagrant
$ py.test