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
if you are in virtualenv, cd into your virtualenv and activate it. then try these steps:
cd
python manage.py syncdb --noinput python manage.py migrate python manage.py createsuperuser