The "dlv" command is not available. Run "go get -v github.com/go-delve/delve/cmd/dlv" to install. 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