Hi zhfisher, On Wednesday, January 16, 2013 10:51:17 AM UTC+1, zhfisher wrote: > > Django version=1.5 rc1 > Database:mySQL > > E:\Work\Code\Django\SaleTools>manage.py createsuperuser > D:\Python27\lib\site-packages\django\utils\hashcompat.py:9: > DeprecationWarning: > django.utils.hashcompat is deprecated; use hashlib instead > DeprecationWarning) > > UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: > ordin > al not in range(128) >
Can you tell me what exactly you executed? just manage.py createsuperuser and did it fail immediately or after you entered the username? > In pycharm 2.6: > I can't tell you what pycharm does, according to the docs it is certainly supported: https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-createsuperuser and works for me. Thx, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/NRxMd-vyOo4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
