Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually code example
Example 1: Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually.
$ winpty python manage.py createsuperuser
Example 2: Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually.
winpty python manage.py createsuperuser.