Creating the Houses App with Django
Learn how to create a Django application in Docker.
Navigating the Docker container
To create a new app inside an existing or running Docker container, we must first go into the container and locate the service in which we want to create the application. In our case, we have to shell into our backend
service inside the Docker container with the following command:
Get hands-on with 1400+ tech skills courses.