django-background-tasks icon indicating copy to clipboard operation
django-background-tasks copied to clipboard

fix issue 130 "tasks not picked up for app when app uses AppConfig"

Open JnBrymn opened this issue 4 years ago • 3 comments

autodiscover works with INSTALLED_APPS like 'bot.apps.BotConfig' or 'bot'

fixes #130

JnBrymn avatar Mar 16 '20 03:03 JnBrymn

Coverage Status

Coverage decreased (-0.07%) to 76.704% when pulling 1d8af63f0f1084c7894d207756dc2911c1ec1cf3 on JnBrymn:master into e04d44c07110443bbdeb8cb14effbe497ddbb98d on arteria:master.

coveralls avatar Mar 16 '20 04:03 coveralls

I had this issue and can confirm that this fix works for me.

jgillard avatar Jun 23 '20 12:06 jgillard

Thanks, I'm using the fix from your repo as it seems quite dead around here.

ThibaultNocchi avatar Jun 30 '20 12:06 ThibaultNocchi