Your system must have docker-compose to follow along.
docker-compose build
docker-compose upYou would be able to access your server on port 8002
stop the container
docker compose downdrop to django shell
docker compose exec web python manage.py shell