I've recently added the sites framework but i'm noticing that the
SITE_ID (settings.SITE_ID), is returning an id of a site that doesn't
exist. I'm running on the development server @127.0.0.1:8000, this
obviously doesn't relate to any of the sites that I have added within
the sites table.

It is affected the freecomments app as it is posting 'correctly' the
SITE_ID, that is being return from the settings.SITE_ID, but as this
id doesn't exist in the sites table (i'm assuming), the comments just
disappear from the admin interface and also from my generic view. The
comment count is incremented correctly, but the actually comments
disappear.

Looking at the comments table directly in the database, the comments
are all present and correct.

Any ideas what might be happening?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to