add docker and compose configuration files
HOW-TO
docker-compose build web
docker-compose up -d db
docker-compose up web
In an other shell window :
docker-compose exec web migrate --noinput
docker-compose exec web collectstatic --noinput
Open your browser and go to http://172.16.230.3:8000/
Let's code ! (I got a 500 http error but I think app is up and running)