Exemplo n.º 1
0
 def handle(self, *args, **options):
     #print 'Trying parce currency on date %s' % now()
     parse_currency()
Exemplo n.º 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()