Ezio Melotti added the comment:

Apparently everything in django.contrib.sites will fail if default site does 
not exist.
I managed to fix the issue on my machine by doing:
  insert into django_site (id,domain,name) values (1, 'example.com', 
'example.com');
where 1 is the same value set for SITE_ID.  Apparently this should have 
happened automatically when the site was created (during the first syncdb IIUC).
After doing this I was able to access the rss/all page and the admin.

Martin, do you know any better fix?  If not I guess we could just add the row 
manually and document it in the TrackerDevelopment page.

----------
nosy: +ezio.melotti, loewis

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue488>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to