- Django 3 Web Development Cookbook
- Aidas Bendoraitis Jake Kronika
- 53字
- 2025-04-04 13:15:07
Getting ready
First, you will need to install the Docker Engine, following the instructions at https://www.docker.com/get-started. This usually includes the Compose tool, which makes it possible to manage systems that require multiple containers, ideal for a fully isolated Django project. If it is needed separately, installation details for Compose are available at https://docs.docker.com/compose/install/?.