To be able to develope on various machines with the same env we are using docker. The submodules can be used independently
git clone --recurse-submodules git@github.com:rwth-medialab/rent-docker.gitdocker-compose -f docker-compose.dev.yml builddocker-compose -f docker-compose.dev.yml up- open localhost:3000
python manage.py makemigrationspython manage.py migratepython manage.py createsuperuser