DjangoでDBにテーブル追加

①Modelにクラス追加

②makemigrations

    python manage.py makemigrations

③migrate

    python manage.py migrate