Pulling data in the project I'm using SQlite

I am using Sqlite database in my project that I created with Django. While this project is running on the server, I see that the data entered in the system is not written to the sqlite database file, but it exists in the system, how can I access this data?

Back to Top