コード例 #1
0
ファイル: tasks.py プロジェクト: AustinBratcher/apostello
def import_outgoing_sms_task():
    from apostello.logs import import_outgoing_sms
    import_outgoing_sms()
コード例 #2
0
 def handle(self, *args, **options):
     import_outgoing_sms()