Files
dss.api/spa/management/commands/__template_Debug.py
Fergal Moran 6f9f29f5fc Initial commit
2015-04-30 23:17:58 +01:00

9 lines
246 B
Python
Executable File

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