Files
dss.api/spa/management/commands/__template_Debug.py
2016-09-23 00:21:02 +01:00

9 lines
233 B
Python

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