Database is not updating

I’ve deployed my website on heroku platform. When I try to update my data from django admin panel it updates perfectly , and reflects the updates immediately ,no issues

But when I revisits my website after 1or 2 hours my website is note updated it reflects the old data on the frontend

Is this a server issue or I’ve to change my code

Hi Shivam38391. We’re going to need more information to help you.

  1. Is this all data or just a specific set?
  2. Are you using caching?
  3. Is anything or any one else trying to update that data?
  4. Do you have logging setup to prove that nothing else is changing this data?