django-simpledb icon indicating copy to clipboard operation
django-simpledb copied to clipboard

Fix site syncdb problem

Open danfairs opened this issue 14 years ago • 0 comments

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).

danfairs avatar May 06 '11 20:05 danfairs