Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Feb 19, 2021
1 parent f7f7a1f commit 5876aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
app = Celery('core')

app.config_from_object('django.conf:settings', namespace='CELERY')
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)

0 comments on commit 5876aa9

Please sign in to comment.