Files
dss.api/spa/management/commands/__template_Debug.py
2018-01-22 09:27:05 +00: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)