The SQLite file does not contain any Python code, it contains the database.
It is stored in a binary format which you can't look at with a text editor.
You will need a special program to look at the contents of this file, a
quick Google search brings up https://sqlitebrowser.org/
Hope that helps,
I am beginner with Django and I'm using PyCharm IDE. I was watching a tutorial
following along when I noticed my sqlite file that comes with Django had a
question mark next to it (the guy in the video didnt have that). So I clicked
it and it prompted me to associate my sqlite file with a certai
2 matches
Mail list logo