I am working on Atom Editor on MacOS,
The first few lines in 'db.sqlite':
SQLite format 3@ & :&.���
D�
/O �X9c��!d��O-�1indexauth_user_groups_user_id_6a12ed8bauth_user_groupsCREATE
How to display the ���
?
I am working on Atom Editor on MacOS,
The first few lines in 'db.sqlite':
SQLite format 3@ & :&.���
D�
/O �X9c��!d��O-�1indexauth_user_groups_user_id_6a12ed8bauth_user_groupsCREATE
How to display the ���
?
You shouldn't open the db.sqlite
file in a text editor, try deleting the file and run
python manage.py migrate
again. It should recreate the db.sqlite
file.