Merge pull request #2881 from humitos/patch-1

Typo fixed
This commit is contained in:
Joffrey F 2016-02-11 09:28:08 -08:00
commit a5d95612e0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ In this step, you create a Django started project by building the image from the
In this section, you set up the database connection for Django.
1. In your project dirctory, edit the `composeexample/settings.py` file.
1. In your project directory, edit the `composeexample/settings.py` file.
2. Replace the `DATABASES = ...` with the following: