A script for importing photos into the file structure I like
Assuming you're using virtualenvwrapper then:
# From the root
git submodule update --init
mkvirtualenv photoimport
pip install -r requirements.txt
# Assuming you've activated the photoimport virtualenv from before
python photo-import.py --input <path to sdcard> --out <path to top level photos folder>