Hello,

What is a good way to compare new data with old data which is updated
everyday with Django ORM? Basically I have a scraper which fetches
hackathons everyday (basically just a celery task) and I want the newest to
be unioned it with my master database which has the latest fetched
hackathons from yesterday. I don't want to destroy my master database and
then just upload everything that I just fetched since that seems wasteful.
This is my strategy in approaching my problem but I am open to hear other
options as well.


Thanks,



Adib

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN%3Doy7JkqHEtaizgKtHniofSS7T%2BybqVer0mJc1uRPRLupUSdQ%40mail.gmail.com.

Reply via email to