Friday, April 26, 2013

Re: Upload data in csv file to bd

But when I do this:
Código (Python):
for obj in gen:
          genres [obj.GenreType] = obj.id
          print genres [obj.GenreType]

Prints the id of the genre, so it is wrong right?

Now I am not going to achieve is check if the genre that I have the csv is in the dictionary and if it gets the id, but inserts the genre in the table of genres

--
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+unsubscribe@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.
 
 

No comments:

Post a Comment