简体   繁体   中英

ModuleNotFoundError: No module named 'celery'

I was trying to make e-commerce with a third party application in Django called saleor whenever I try to migrate this error show up

 ModuleNotFoundError: No module named 'celery'

run this command to install celery

pip install celery

and definitely mention that in Django settings INSTALLED APPS section.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM