Why my data of drf is being removed in heroku?

70 views Asked by At

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?

0

There are 0 answers