## Towards Data Science Car Project: Raspberry PI
### Part 2: Calibrating the Client and Assembly of the Car:
* Port Issues:
* Django start was starting on Port 8000. It should match the port that we are starting the client on. We changed start to run the server on 8080.
* I don't know where the HTTP_PORT in /usr/lib/python3.7/http/client.py comes from but it is starting on Port 8080.
* If you don't have root access and a file owned and writable only by root, do:
```
sudo nano (filename)
```