Posts by Marcelo Henrique Casali • 45 points
2 posts
-
1
votes1
answer46
viewsQ: Django csv error
Well, I have a problem reading csv and entering the data. I believe it is in Foreign key. The code is: View: def csvAih(request): coluna = 1 mes = 1 ano = 2008 while (ano < 2017): with…
-
3
votes1
answer188
viewsQ: Reading of csv with Django
Well, I’m working with an open database, and it’s in CSV, I’m using DJANGO to read the CSV and so entering into the database... However is giving a flaw in the insertion of the first year,I’m trying…