I have a problem that I am not able to resolve.
With the code I left in the previous post, you are entering data in csv db 
without problems, but for example the csv file looks like this:

Namo,Sobrenome
Rui,Gomes
Renato,Aimar

And I just want it to be inserted into the db (Renato Aimar and Rui Gomes) 
and what is happening is that you're putting everything (Nome Sobrenome, 
Rui Gomes and Renato AImar).

How can I solve this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to