I have a Django Rest framework app in Heroku. The model objects and users I create from the admin panel automatically get removed after some time. I am using the django's dbSqlite3 as my database.
Why my data is not being stored in Heroku?? Is there any way to store my data permanently in Heroku?