Sushant added the comment:
The CSV is around 75 MB, not that big I guess. And I've tried Chrome, Edge and
Firefox
--
___
Python tracker
<http://bugs.python.org/is
Sushant added the comment:
Also, since I re-installed everything, I got python 3.5 too
--
___
Python tracker
<http://bugs.python.org/issue27682>
___
___
Python-bug
Sushant added the comment:
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
Sushant added the comment:
The code is actually quite simple, I'll post it over here-
def import_eop(request):
with
open('C:/Users/sg/Desktop/projects/drfapi/venv/drf/prices_companies_indices_transpose.csv')
as f:
contents = f.readlines()
dates = contents[0]
date
Changes by Sushant :
--
nosy: +asvetlov, kristjan.jonsson, pje, steve.dower, tim.golden -SG
___
Python tracker
<http://bugs.python.org/issue27682>
___
___
Pytho
New submission from Sushant:
While saving, this error shows up and is whatever is saving gets saved twice-
Traceback (most recent call last):
File "C:\Users\Sushant
Gahlot\AppData\Local\Programs\Python\Python35-32\lib\wsgiref\handlers.py", line
138, in run
self.finish_respons