http://ojjkf327pcmivwuk4zcl4a5lgsbv64p7kosbzmf3xdkzuuqqwxuv7xad.onion/index.php?title=Django_for_Beginners&oldid=1321
(mb) $ python3 manage.py migrate If you look inside our directory with the "ls" command , you’ll see there’s now a "db.sqlite3" file representing our SQLite database . (mb) $ ls
Pipfile db.sqlite3 mb_project
Pipfile.lock manage.py posts Aside : Technically a "db.sqlite3" file is created the first time you run either "migrate" or "runserver".