I deployed a django project on heroku.
For media storage, I used aws s3 storage.
The project has an admin interface, from which I can add data.
The problem is that, after some time, the data I added online on heroku is lost.
Only the original data (that was in my database before deploying on heroku ) is conserved.
I'm using heroku only for test, but still this is bothering.
Is there's a way to overcome this behaviour?
I though about storing data also in aws s3 but I don't know how to do it.