Ok, solved this. The issue was that the patch was incomplete -
https://bitbucket.org/hynekcer/django-livesettings/changeset/e2769f9f60ec
except Exception, e:
if isinstance(e, DatabaseError):
log.error('Can not get siteid: %s' %e)
connection._rollback()
return None
<-------------- Missing
Also, it would be good if this patch was applied to the trunk.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Satchmo 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/satchmo-users?hl=en.