After setting up all what django requires, I tried the runserver command and I caught an error:
django
runserver
UnicodeDecodeError>
This sounds like this Python issue. If your computer name has non-ASCII characters this will fail. You may:
python manage.py runserver 127.0.0.1:8000