Skip to content

Commit 71556bc

Browse files
committed
indentation fixed for DATABASES configs
1 parent c699841 commit 71556bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ And finally, update your `DATABASES` configuration and change the `ENGINE` field
1616

1717
```python
1818
DATABASES = {
19-
'default': {
20-
'ENGINE': 'django_psdb_engine',
21-
...
22-
'OPTIONS': {'ssl': {'ca': ...}}
23-
}
19+
'default': {
20+
'ENGINE': 'django_psdb_engine',
21+
...
22+
'OPTIONS': {'ssl': {'ca': ...}}
23+
}
2424
}
2525
```
2626

0 commit comments

Comments
 (0)