Re: Trouble with sqlite

2018-06-11 Thread Daniel Hepper
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,

Trouble with sqlite

2018-06-11 Thread Mickey Mouse
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