I installed the registration module, added it to settings.py. When I tried to run syncdb (% python sitename/manage.py syncdb --settings sitename.devsettings)
It gav
If this happens to you on Windows and while using virtualenv, it's possibly because of virtualenv.
Install that package on the local (non virtualenv) environment and it should work.
I had the same problem with django-crispy-forms.