Update django.md

typo
This commit is contained in:
Kaden Weber 2020-07-09 10:55:44 -05:00 committed by GitHub
parent 1b4fe9177b
commit 80b4f06fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ In this section, you set up the database connection for Django.
2. Replace the `DATABASES = ...` with the following: 2. Replace the `DATABASES = ...` with the following:
# setting.py # settings.py
DATABASES = { DATABASES = {
'default': { 'default': {