0
データベースを作成した後、djangoでスーパーユーザーの作成を開始しましたが、失敗し、エラーが表示されます。私はdjangoを初めて使ったので、何がエラーなのか理解できません。DjangoはTTYエラーのために作業していません
python manage.py createsuperuser
エラー:
Superuser creation skipped due to not running in a TTY.
You can run `manage.py createsuperuser` in your project to create one manually.
[こちら](https://askubuntu.com/questions/481906/what-does-tty-stand-for)はあなたの問題をよりよく理解するのに役立ちます –