Update django.md

Fixed typo
This commit is contained in:
Alex Urquhart 2017-01-23 09:21:17 -05:00 committed by GitHub
parent dd736c5c78
commit 8b1117ad58
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
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.