def handle(self, *args, **options):
     from django.conf import settings
     from net.aircable import utils
     utils.log_setup(settings, True)
     OCommand.handle(self, *args, **options)
Example #2
0
 def handle(self, *args, **options):
     from django.conf import settings
     from django.utils import translation
     from net.aircable import utils
     utils.log_setup(settings, True)
     runserver(args)