[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误
错误信息如下:
You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django ...