I am new to Django and this is the first project Im working on. I have an error while executing the runserver command. Im working with Python 3.6.4. I havent found a solution in previous posts which were already very few. This is the error I get :
File "C:\Users\Ines\Anaconda3\envs\DjangoApps\lib\socket.py", line 673,
in getfqdn
hostname, aliases, ipaddrs = gethostbyaddr(name)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 2:
invalid continuation byte
PS : Please dont ask me to uninstall all and reinstall because I did it several times in vain.