Skip to content
Snippets Groups Projects
Unverified Commit b8669f16 authored by a-kriya's avatar a-kriya Committed by GitHub
Browse files

Fix typos in deep-dive docs

parent 953fec5b
Branches
No related tags found
No related merge requests found
...@@ -21,13 +21,13 @@ The `settings.py` supports (but is not limited to) the following options: ...@@ -21,13 +21,13 @@ The `settings.py` supports (but is not limited to) the following options:
'password': 'password', 'password': 'password',
'authSource': 'db-name', 'authSource': 'db-name',
'authMechanism': 'SCRAM-SHA-1' 'authMechanism': 'SCRAM-SHA-1'
} },
'LOGGING': { 'LOGGING': {
'version': 1, 'version': 1,
'loggers': { 'loggers': {
'djongo': { 'djongo': {
'level': 'DEBUG', 'level': 'DEBUG',
'propogate': False, 'propagate': False,
} }
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment