Whoops, not sure how celery's profile tasks werent being autodiscovered.

This commit is contained in:
Samuel Clay 2015-12-18 13:34:57 -08:00
parent 10e265d0c4
commit d7d0230fd4

View file

@ -402,6 +402,7 @@ CELERYD_PREFETCH_MULTIPLIER = 1
CELERY_IMPORTS = ("apps.rss_feeds.tasks",
"apps.social.tasks",
"apps.reader.tasks",
"apps.profile.tasks",
"apps.feed_import.tasks",
"apps.search.tasks",
"apps.statistics.tasks",)