Hello,

I'm trying to automatically update a Django project using json
fixtures. ... There is a pipe delimited file that is automatically
updated. I would like to save the data from that file into a Django
project. The way I have been approaching this is to convert the file
into json fixtures and use manage.py loaddata to get the data into the
Django project. Is there a better way?

Also, I would like to be able to show when a record was last updated.
I know this is easy to do if you are using the admin site to input
information (as shown in Practical Django Projects), but I haven't
seen a way to do it using loaddata. How do you show when a record was
updated if you're not using the admin site?

Thanks in advance for any responses.

-- 
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