Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CELERY_RESULT_BACKEND in the CeleryTestSuiteRunnerStoringResult #348

Open
alep opened this issue Oct 10, 2014 · 3 comments
Open

CELERY_RESULT_BACKEND in the CeleryTestSuiteRunnerStoringResult #348

alep opened this issue Oct 10, 2014 · 3 comments

Comments

@alep
Copy link

alep commented Oct 10, 2014

Shouldn't this line

settings.CELERY_RESULT_BACKEND = 'database'
be
CELERY_RESULT_BACKEND='djcelery.backends.database:DatabaseBackend',

When using the runner it tries to install sqlalquemy with celery 3.1

@hoprocker
Copy link

+1 -- I'd think that the way to do this would be to get this from the settings.py file. This is a Django-specific library after all, no?

@hoprocker
Copy link

Pull request: #368

@alep
Copy link
Author

alep commented Apr 10, 2015

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants