Log your pythons better
Alex found an awesome little thing that dumps your logs into a database http://code.google.com/p/django-remotelog/
The hardest part was figuring out that you apparently have to serve the Django admin media files from nginx, e.g.
location /media {
root /usr/lib/python2.5/site-packages/Django-1.1-py2.5.egg/django/contrib/admin;
}
I do wish it kept stacks, though.