Temporarily turn off SQL query logging.

This commit is contained in:
Josh Washburne 2018-01-12 16:33:37 -05:00
parent eeae0ab9da
commit 126c4684d9

View file

@ -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 = {
},
}
}
'''