mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 07:33:57 +00:00
Add backend parameter to Celery initializer
This fixed an error when viewing imports for my setup
This commit is contained in:
parent
95db2ce867
commit
28a76662fe
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "celerywyrm.settings")
|
|||
app = Celery(
|
||||
"tasks",
|
||||
broker=settings.CELERY_BROKER,
|
||||
backend=settings.CELERY_RESULT_BACKEND
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue