AsyncTask class instance example from django_q.tasks import AsyncTask # instantiate an async task a = AsyncTask('math.floor', 1.5, group='math') # you can ...
確定! 回上一頁