Every Time
==========

1. Update to correct tag. ;)
2. git submodule update --init
3. pushd vendor && git pull origin master && git submodule update --init && popd
4. Find and remove any *.pyc files.
5. manage.py compress_assets
6. pushd locale && svn up && ./compile-mo.sh . && popd
7. schematic migrations
8. kill and restart celeryd
9. restart apache

This Time
=========

1. Update Sphinx config.
