https://hisuiblog.com/docker-django-react-mysql-nginx/
git clone https://github.com/hisuihisui/react-django-docker.git
cd react-django-docker
docker-compose up -d
docker-compose run --rm django sh -c "python manage.py collectstatic"
docker-compose run --rm django sh -c "python manage.py migrate"
docker-compose run --rm django sh -c "python manage.py createsuperuser"
docker-compose exec db /bin/bash