authentic2-ctl: do not set DEBUG=1 in the environment

This commit is contained in:
Benjamin Dauvergne 2014-04-03 16:14:46 +02:00
parent 8f9ae8e713
commit 692a19531e
1 changed files with 0 additions and 1 deletions

View File

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