Temporarily turn off SQL query logging.
This commit is contained in:
parent
eeae0ab9da
commit
126c4684d9
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ DEBUG = True
|
|||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
||||
'''
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
'disable_existing_loggers': False,
|
||||
|
@ -34,3 +35,4 @@ LOGGING = {
|
|||
},
|
||||
}
|
||||
}
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue