On 25 Sep 2016 1:17 PM, "kbman99" wrote:
>
> Just getting started with django and having an issue with the migrate.py
script. It generates a db.SQLite3 file which is filled with a lot of
garbage characters. It's in UTF-8 encoding, but looks like this.
>
> I've deleted the file and redone the mig
That file is an SQLite database, which is a binary format. It should look
like this.
I know it is confusing, because of that bunch of SMS statements, but it's
OK that way. If you want to interact with it, use the sqlite3 command, or
an SQLite GUI.
On Sun, Sep 25, 2016, 14:17 kbman99 wrote:
> Ju
2 matches
Mail list logo