useless debug info

This commit is contained in:
benoitc 2011-04-30 16:20:22 +02:00
parent fcab6bc144
commit fc69d5e17c

View File

@ -174,9 +174,6 @@ class DjangoApplicationCommand(DjangoApplication):
self.cfg.set(k.lower(), v)
def load(self):
for n in sys.modules.keys():
if 'settings' in n or 'djangotest' in n:
print n
from django.conf import ENVIRONMENT_VARIABLE
from django.core.handlers.wsgi import WSGIHandler
os.environ[ENVIRONMENT_VARIABLE] = self.settings_modname