By running migrations, you apply changes of a database schema into the database: Shell (.venv) $ python manage.py migrate When you look in your project directory, you should see a db.sqlite3 file. Give yourself a pat on the shoulder: You just created a database! To compare the ...