예제 #1
0
 def handle(self, *args, **options):
     #print 'Trying parce currency on date %s' % now()
     parse_currency()
예제 #2
0
 def handle(self, *args, **options):
     print 'Trying parce currency on date %s' % datetime.now()
     parse_currency()
     print 'Succesfully parce currency on date %s' % datetime.now()