Can't start the development server at http://127.0.0.1:8000/

i was facing the same issue, as kenwhitessell said you should read the documentation once.
but try adding your IP Address in request.py file in allowed_hosts list then try running it as runserver IP:8000