Re: Is there a way to insert data from a csv file into my database?

2011-07-24 Thread Jarilyn Hernandez
Hi, Thanks for the response. My problem is that I have my tables created on django. All I want is to import some data from a csv file to these tables. I tried to search on the archives of the mailing list but I can't find what I need. I heard that batchadmin can help me to solve this. I downloaded

Re: Problem with Tutorial 1 - Django Version = 1.3

2011-06-30 Thread Jarilyn Hernandez
Thanks for your responses. The problem was solved. Best Regards, Eiram On Thu, Jun 30, 2011 at 10:06 AM, Jirka Vejrazka wrote: > > class Poll(models.Model): > >question = models.CharField(max_length=200) > >pub_date = models.DateTimeField('date published') > > def __unicode__(self): > >