I go through first django tutorial from djangoproject.com and at the very beginning of part 2, which is creating superuser when I run \"python manage.py createsuperuse
\"python manage.py createsuperuse
First run
$ django-admin startproject mysite in cmd prompt,then apply migration by
cd mysite mysite:
python manage.py makemigrations then
python manage.py migrate after that
python manage.py createsuperuser