0
I’m trying to create a project in virtualwrapper environment with virtualwrapper tool, in this environment I installed Jango but when trying to create a project with the command django-admin startproject meu-projeto
it does not create the default files that are ( but creates the empty folder ) :
And you have an error running the creation command ( already quoted ) :
if new_path.endswith(Extensions) or filename in extra_files: Unicodedecodeerror: 'ascii' codec can’t Decode byte 0xc3 in position 13: ordinal not in range(128)
I found that article but I think it does not apply in this case ( because I checked the commands and the creation of the default files did not occur ), someone knows how I should proceed to solve ?
What version of Python and Django are you using?
– mazulo
python3 and Django in their latest version.
– user48471