On 2012-09-13, at 10:17 AM, Bob Aalsma wrote: > Django 1.4.1 > Python 2.7.3 > OS X 10.7.4
Ah, OS X… You need to (slightly) modify your manage.py file to add this near the top: import os os.environ.setdefault('LANG','en_CA') substituting your favorite language setting of course. hth - Tom > > > Op donderdag 13 september 2012 19:12:30 UTC+2 schreef creecode het volgende: > Which version of django are you using? > > On Thursday, September 13, 2012 7:58:11 AM UTC-7, Bob Aalsma wrote: > > I'm a newbie following the tutorial. In this, creating a superuser is > described, using > manage.py createsuperuser --username=joe --email=j...@example.com > > Using this leads to an error, which I could match to the closed ticket #16017. > > But I couldn't find how to proceed from there. It seems some software was > changed about 4 weeks ago: > "Made createsuperuser more robust when getting current OS username." > > So where can I find it? > [I'm assuming there is a procedure for this, but I'm sorry to say I couldn't > find that either] > > Toodle-loooooooooo..................... > creecode > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/UnmJDyc7alQJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.