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
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):
> >
2 matches
Mail list logo