Merge pull request #1327 from alexurquhart/patch-1

Update django.md
This commit is contained in:
Misty Stanley-Jones 2017-01-23 09:37:45 -08:00 committed by GitHub
commit 8503325edd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
### Create a Django project ### Create a Django project
In this step, you create a Django started project by building the image from the build context defined in the previous procedure. In this step, you create a Django starter project by building the image from the build context defined in the previous procedure.
1. Change to the root of your project directory. 1. Change to the root of your project directory.