Files
dss.api/spa/management/commands/__template_Debug.py
2015-08-20 11:18:53 +01:00

9 lines
233 B
Python
Executable File

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)