Skip to content
Snippets Groups Projects
Unverified Commit aee05640 authored by nesdis's avatar nesdis Committed by GitHub
Browse files

Merge pull request #426 from a-kriya/patch-1

Fix typos in deep-dive docs
parents 98092d7c b8669f16
No related branches found
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:
'password': 'password',
'authSource': 'db-name',
'authMechanism': 'SCRAM-SHA-1'
}
},
'LOGGING': {
'version': 1,
'loggers': {
'djongo': {
'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