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
//It should work by just appending 'winpty' before the command

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.

Tags:

Misc Example