django-background-tasks
django-background-tasks copied to clipboard
fix issue 130 "tasks not picked up for app when app uses AppConfig"
autodiscover works with INSTALLED_APPS
like 'bot.apps.BotConfig'
or 'bot'
fixes #130
Coverage decreased (-0.07%) to 76.704% when pulling 1d8af63f0f1084c7894d207756dc2911c1ec1cf3 on JnBrymn:master into e04d44c07110443bbdeb8cb14effbe497ddbb98d on arteria:master.
I had this issue and can confirm that this fix works for me.
Thanks, I'm using the fix from your repo as it seems quite dead around here.