Forums

sqlite3 Database data retrieval

I have deployed a django application with sqlite3 database, the database works fine on my local machine but on python anywhere am not able to retrieve the data saved to sqlite3. When I upload data it is being saved to the database but it does not show in the html templates

How are you confirming that the data is being saved into the database if you're not able to retrieve it? Do you see any errors related to the database in the error log of your web app?