django-simpledb
django-simpledb copied to clipboard
Fix site syncdb problem
Post-syncdb, the SITE_ID in a default settings.py turns out wrong. We should either manually update the single Site to have an ID of one, or print out the real site id (latter is probably preferable).