enter image description herePycharm IDE is not generating database file I have followed all the commands correctly
First I used -- > python manage.py makemigrations reels
Yes it created a file like 0001_initial.py,
After that I tried to migrate your text
using ---> python manage.py migrate
But the database file is not showing anything, I don't see anything there.
Can someone please help me.
Asked
Active
Viewed 14 times
-2

NAVEEN
- 1
- 1
-
1But the database file is visible on the screenshot you posted! It is the file right on top manage.py, is called 'instagram_data.sqlite3' and has a questionmark icon in front. You can not "click" that file and see its content because pycharm does not support reading of databases. – Tarquinius Aug 04 '23 at 07:40