Menu
×
×
Correct!
Exercise:When you have made changes in the models.py file that affects the database, you must run two migration commands to make the model synchronized with the database. Which two commands?
py manage.py @(14) members
py manage.py @(7)
py manage.py makemigrations members
py manage.py migrate
Not CorrectClick here to try again. Correct!Next ❯ |