djangoindia / djangoindia.org

Official website of djangoindia community.
MIT License
6 stars 8 forks source link

Celery Configuration of email sending functionality #25

Closed Yadavanurag13 closed 1 week ago

Yadavanurag13 commented 1 week ago

issue: #20 I have made a tasks.py which import logic of utils.py and @shared_task is assigned to it, But it is giving error that celery does not found the task..

Can u pls check requirement.txt file too many dependencies gets added, check whether it is fine or its mistake. @DevilsAutumn

DevilsAutumn commented 1 week ago

@Yadavanurag13 I have pushed the fixes, can you take pull in celery branch and test if everything is working fine?

Yadavanurag13 commented 1 week ago

@DevilsAutumn Bhaiya. It is working fine on my local.