Hey Everyone,
I have written a script to make API calls to Flickr. Every 15 minutes the script is called, and I would like the script to compare the data fetched to that of the objects already in the database, if possible. I already have a script working at the moment, but it is very inefficient as it replaces every single record with the new data every time the script is run, even if it hasn't changed. Basically, I want it to compare the data with database fields, for example: if fetched_data.title is not equal to database_date.title then do this And so on If anyone could of of assistance with this, I would be most appreciative. Cheers, O --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---