django command to create superuser code example
Example 1: django admin create superuser
$ python manage.py createsuperuser
Example 2: create super user in django
python3 manage.py createsuperuser
Example 3: wintp python manage.py createsuperuser
$ winpty python manage.py createsuperuser