Disable capturing SQL queries in memory when running celeryd in development.

This commit is contained in:
Chris Church
2014-02-04 23:04:58 -05:00
parent ce56f1c17d
commit e94e1978be
4 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ from defaults import *
DEBUG = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = DEBUG
# Clear database settings to force production environment to define them.
DATABASES = {}