- docker
- docker-compose
docker-compose -f docker-compose-local.yml up -d --builddocker-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 migratedocker-compose -f docker-compose-local.yml exec web python /code/app/manage.py createsuperuser