-
Notifications
You must be signed in to change notification settings - Fork 96
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
'Settings' object has no attribute 'CELERY_HAYSTACK_TRANSACTION_SAFE' #23
Comments
I'm having the same issue, when i try to run django-celery:
If i delete celery-haystack, the same command works fine and i can run it. I attached my traceback. |
SOLVED: using this on my project's settings.py:
I tested to add a new model, and search for it, and it's working. My hipotesis is that 'Django-Configurations' have problems to use djcelery.setup_loader(), or maybe with appconf. so i wrote manually the settings from: http://pydoc.net/Python/celery-haystack/0.7.2/celery_haystack.conf/ |
…server were due to some missing variables in the settings file. Those missing variables are being added in this commit.
…ery_config_variables According to django-haystack/celery-haystack#23 some problems in the …
Not sure where this is coming from, but I'm suddenly getting this error whenever I try to load any page in my app..... If I add the setting to my settings.py, I get the same error, but with a different missing attribute....
Any ideas?
The text was updated successfully, but these errors were encountered: