On 17-Jun-09, at 12:48 PM, Keyton Weissinger wrote:
> backends/util.py", line 19, in execute
>    return self.cursor.execute(sql, params)
> DataError: value too long for type character varying(4)
>
>
> Any ideas?

The unhelpful answer is that the field is too long. One way to get  
this is to have a different database schema at home from on the  
webfaction server. Double check your schema in postgres the same as  
home, chances are something has changed.

--~--~---------~--~----~------------~-------~--~----~
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