Re: Trouble creating super user on Django 1.5 in windows

2013-03-17 Thread Nonami Animashaun
Resolved: 

Apparently there was a bug in python 3.2 on windows that added an extra 
character to strings when the built-in input function is used. I switched 
my default python installation  to python 3.3 and hope Django 1.5 is fully 
compatible with it

On Friday, March 15, 2013 11:33:02 AM UTC+1, Nonami Animashaun wrote:
>
> I am trying to create a super user but fjango is not accepting my keyboard 
> inputs. After syncdb django suggest that I enter yes to create super user 
> but no matter how I type "YES" it complains that I must type "yes" or "no".
>
> I tried doing a manage.py createsuperuser but django complains about all 
> the usernames I use. calls them invalid user invalid entries.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Trouble creating super user on Django 1.5 in windows

2013-03-15 Thread Nonami Animashaun
I am trying to create a super user but fjango is not accepting my keyboard 
inputs. After syncdb django suggest that I enter yes to create super user 
but no matter how I type "YES" it complains that I must type "yes" or "no".

I tried doing a manage.py createsuperuser but django complains about all 
the usernames I use. calls them invalid user invalid entries.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.