Data base tables get deleted on heroku, even i am using cloudinary storage for static-files. I am using default database sqlite3.
CodePudding user response:
Now i found out that heroku cleans the database tables of sqlite3. The solution is to use a different database, like postgreSQL.