Djangoでモデルを変更する手順
1. models.py の中の モデルを変更する
2. 変更のためのマイグレーションを作成する python manage.py makemigrations
3. データベースに変更を適用する python manage.py migrate