After setting up all what django
requires, I tried the runserver
command and I caught an error:
UnicodeDecodeError>
I hit this issue on python 3.4 with the following situation :
host1
)After adding the following entry to the /etc/hosts
file, no further UnicodeDecodeError
exceptions were thrown.
127.0.0.1 localhost host1