After setting up all what django requires, I tried the runserver command and I caught an error:
django
runserver
UnicodeDecodeError>
I just had this issue because I accidentally visited the site with https instead of http. Switching back to http fixed it.