1) Problem: When you run
manage.py syncdbthis first time creating a superuser fails with
TypeError: decode() argument 1 must be string, not None.
Solution: run
export LC_ALL="en_US.UTF-8"then create the superuser using
python manage.py createsuperuser --username=YourUsername --email=youremail@yourdomainmore details can be found here https://code.djangop...om/ticket/16017
Edited by Salain, 07 August 2012 - 10:18 AM.
Sign In
Create Account








