createsuperuser django skipped ttv code example
Example: 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