======== MiraclesLive

http://miracleslive.com/

About

MiraclesLive is a visual composition existing miracles of the world based on tag search in instagram, flickr and google images.

git clone https://github.com/rpisarev/djangodash2012
cd djangodash2012
mkvirtualenv miracleslive
pip install -r requirements.txt
python manage.py syncdb
python manage.py migrate
python manage.py runserver 0.0.0.0:8000
http://127.0.0.1:8000/parse
http://127.0.0.1:8000/

in browser type http://127.0.0.1:8000/ to parse image from sources, wait :)

Code for Djangodash // From Ufa, Russia