Django Sqlite Issue

Hello Everyone, Am Just trying to Host Django Web application with Sqllite . Am Facing a 1 Issue, basically whenever am inserting data & deleting data from admin panel , the Changes are applied but only for 30 to 40 minutes, soon after 30 to 40 minutes the DB & Web Application is Back to its old state, so what is the problem , do help in solving this issue

Hi Ankit,

Since you’re using SQLite, you’ll need to attach a Disk to persist that database.

Please note that Free Web Services do not support persistent disks. You can upgrade your service from the settings page.

Alternatively, you could use our managed Postgres database for your project.

Let me know if you have any additional questions about this.

Best,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.