mirror of https://github.com/docker/docs.git
parent
1b4fe9177b
commit
80b4f06fa2
|
@ -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': {
|
||||||
|
|
Loading…
Reference in New Issue