We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rm db.sqlite3
python manage.py makemigrations python manage.py migrate
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser 備考: ユーザー名・パスワードは簡単でOKです
python manage.py createsuperuser
python manage.py runserver 10080
注意! ローカルデータベースを削除・新規作成したので、保存していたデータは消えてしまいます!