Trying to create a super user for my database:
manage.py createsuperuser
Getting a sad recursive message:
Superuser creation skippe
In virtualenv, for creating super-user for Django project related to git-bash use the command:
winpty python manage.py createsuperuser.