I installed the registration module, added it to settings.py. When I tried to run syncdb (% python sitename/manage.py syncdb --settings sitename.devsettings)
I was simply missing a comma after the 'registration' entry in the settings.py file. Once I added the comma after 'registration',
Syncdb worked for me.