I\'m going through the standard Django tutorial to create an admin for an app. After commenting the admin related stuff in settings and running syncdb I\'m getting this mess
comment out django.contrib.sites from the installed apps. i.e.
#'django.contrib.sites',