On 25 Sep 2016 1:17 PM, "kbman99" <[email protected]> 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 migrate a few times but it's always like this. > > Any help appreciated! > Thanks > > -- > You received this message because you are subscribed to the Google Groups "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2980ce12-c366-454b-844a-c625e7520977%40googlegroups.com <https://groups.google.com/d/msgid/django-users/2980ce12-c366-454b-844a-c625e7520977%40googlegroups.com?utm_medium=email&utm_source=footer> . > For more options, visit https://groups.google.com/d/optout. Hi kbman, If you use PyCharm, you can easily read the sqlite3 file better with its database integration. Click on database. Select from sources and then okay. Lekan. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE6v7ocEVu9CmHy7KGWJ0MV%3DMagVVQqZK%3DDAxPxqmhxWr_KrBA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

