Auto import files into database
I have a folder of files that have CSV data that I want to import into
the database of data that my Django app is using. I can import the
data I want with the script manually using SQL commands but I feel
like there is a much more Django/pythonic way. I know how to parse CSV
files with python, just would like to know if there is a simple way to
get data into the database.
Thanks, and am loving django so far
Corey
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home