Message 271984 - Python tracker

Message271984

Author SG
Recipients SG, asvetlov, kristjan.jonsson, pje, r.david.murray, steve.dower, tim.golden
Date 2016-08-04.14:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470322757.89.0.889069640575.issue27682@psf.upfronthosting.co.za>
In-reply-to
Content
There have been a few times when this code ran perfectly fine, without any errors whatsoever. 

So the structure is like this-

This code reads a csv, processes it and save it in a model-

class Endday(models.Model):
  company = models.TextField(null=True)
  eop = models.TextField(max_length=100000) 

Now the database is postgresql, as soon as save is called, data is posted there. This code runs fine on my colleague's computer(same code) but he has windows 7. Thinking this might be a windows error, I re-installed windows 10 from the scratch. But to no help. At last, I had to knock python's door.
History
Date User Action Args
2016-08-04 14:59:17SGsetrecipients: + SG, pje, kristjan.jonsson, tim.golden, r.david.murray, asvetlov, steve.dower
2016-08-04 14:59:17SGsetmessageid: <1470322757.89.0.889069640575.issue27682@psf.upfronthosting.co.za>
2016-08-04 14:59:17SGlinkissue27682 messages
2016-08-04 14:59:17SGcreate