Files
dss/spa/management/commands/__template_Debug.py
2013-07-01 10:02:30 +01:00

9 lines
246 B
Python

from django.core.management.base import NoArgsCommand
class Command(NoArgsCommand):
def handle_noargs(self, **options):
try:
pass
except Exception, ex:
print "Debug exception: %s" % ex.message