Thanks for the suggestion. I always wipe django and satchmo from my
site-packages when I try to install a new version of either.
I fixed my issue. It was due to my stupidity. I assumed the settings-
customize.py file contained all the necessary changes, but I was
wrong! I checked my settings file, and I was missing the installed
apps line for satchmo.productratings. I resynced the db to add the
product ratings table, and all is well! Yay. I am off to modifying
templates.
For the record I am successfully running django 1.0 with the latest
trunk of satchmo.
Ben