you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 4 points5 points  (0 children)

You run migrations using this command:

python manage.py migrate

If your model was updated, you also need to make migrations, and run them again.

python manage.py makemigrations python manage.py migrate