It doesn't seem like converting your data into fixtures will provide
any advantage. If it's pipe-delimited, then just write a Python script
imports the CSV module (which can handle other delimiters) and your
model(s).

Use it to read the data and convert it to dictionaries, then create
instances of your models, populate them, and save them.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to