Error: [errno 11001] getaddrinfo failed [How to Solve]

The solution is to use
Python manage py runserver 127.0.0.1:8080
or start the specified network card: python manage.py runserver 192.168.1.248

Read More: