'python manage.py createsuperuser' error

2016-01-12 Thread Lansana Camara
Learning Python and Django for the first time and I'm stuck at this part of the intro tutorial: https://docs.djangoproject.com/en/1.9/intro/tutorial02/#introducing-the-django-admin The 'python manage.py createsuperuser' command gives me this error: *Superuser creation ski

Re: manage.py createsuperuser

2009-12-14 Thread Christopher Bird
ad trouble with creating a password with the > > manage.py createsuperuser > > > I ran the command, then asks for my email and user name, > > then it when it gets the password it wont let me type anything. > > Define "won't let me type anything". > >

Re: manage.py createsuperuser

2009-12-14 Thread Russell Keith-Magee
On Tue, Dec 15, 2009 at 11:34 AM, Christopher Bird wrote: > has anyone else had trouble with creating a password with the > manage.py createsuperuser > > I ran the command, then asks for my email and user name, > then it when it gets the password it wont let me type anything. De

manage.py createsuperuser

2009-12-14 Thread Christopher Bird
has anyone else had trouble with creating a password with the manage.py createsuperuser I ran the command, then asks for my email and user name, then it when it gets the password it wont let me type anything. All i can do is press enter, and then returns "passwords cannot be blank"