On 07 Sep 2012, at 2:11 PM, ToMeK wrote: > "/usr/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py", > > line 85, in get_system_username > return getpass.getuser().decode(locale.getdefaultlocale()[1]) > TypeError: decode() argument 1 must be string, not None > > Does anyone know the solution to this problem?
This is a bug in Django 1.4.x [1], It has been fixed in their trunk version, i would suggest you downgrade to Django 1.3.2 instead or apply the patch to your 1.4.x installation. [1] https://code.djangoproject.com/ticket/16017 -- www.baruwa.org _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

