I have my project on pythonanywhere from a few months. I just noticed a issue in my project. I cannot find any record in the database of January 2021. All the records before that are present. It is a django-react web app. I am using default sqlite as database for that. I have also checked the server access logs, In the logs successful requests are mentioned with the date 21st January but there are no records present in the database. I haven't made any changes in the project before or after that.