python django automated data addition
Posted
by zubin71
on Stack Overflow
See other posts from Stack Overflow
or by zubin71
Published on 2010-04-17T13:41:40Z
Indexed on
2010/04/17
13:43 UTC
Read the original article
Hit count: 250
I have a script which reads data from a csv file. I need to store the data into a database which has already been created as
$ python manage.py syncdb
so, that automated data entry is possible in an easier manner, as available in the django shell.
© Stack Overflow or respective owner