Django celery No module named schedules

You need to call

from celery.schedules import crontab 

The previous line plus from __future__ import absolute_import   

 

 

Guess you like

Origin blog.csdn.net/QQ1752506968/article/details/84033476