Thank you very much! That was indeed the issue. There was a site in the
db, but apparently things were corrupt. Removing all sites and adding a
new one via the admin interface solved the problem. Not sure if that is
a bug or a feature :)
Your query works as well (although 'domain' and 'name' should be
switched:
insert into django_site(id,domain,name) values (N,'example.com',
'example')
Cheers
Berco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---