2
You could check where on your application you’re calling import djcelery djcelery.setup_loader()
, because maybe that is not being called when you run the management command.
Source:stackexchange.com
2
You could check where on your application you’re calling import djcelery djcelery.setup_loader()
, because maybe that is not being called when you run the management command.