- docker
- docker-compose
docker-compose -f docker-compose-local.yml up -d --build
docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py makemigrations
docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py migrate
docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py createsuperuser