Код: Выделить всё
from my_module import count_words_at_url
result = q.enqueue(count_words_at_url, 'http://nvie.com')
Возможно ли это?
Подробнее здесь: https://stackoverflow.com/questions/798 ... orker-code
Код: Выделить всё
from my_module import count_words_at_url
result = q.enqueue(count_words_at_url, 'http://nvie.com')