docbow-ctl: do not always activate the debug log, it breaks the sendmail command

This commit is contained in:
Benjamin Dauvergne 2013-10-22 11:40:08 +02:00
parent e6dcdeb9e9
commit 8a5ac231c2
1 changed files with 0 additions and 1 deletions

View File

@ -7,6 +7,5 @@ if __name__ == "__main__":
from django.core.management import execute_from_command_line
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "docbow_project.settings")
os.environ.setdefault('DEBUG', '1')
execute_from_command_line(sys.argv)