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
My first guess would be you haven't added 'registration' into installed apps in the settings.py file.
'registration'
installed apps
settings.py
Perhaps you are using a different settings.py (Or localsettings.py) on the server.
localsettings.py