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

Unable to use celery-haystack with a index based on multiple models #56

Open
abhinav2600 opened this issue Mar 15, 2016 · 2 comments
Open

Comments

@abhinav2600
Copy link

The index we are using is based on multiple models. So get_model() method is not defined for the index. I am getting an error that get_model method should be implemented. This works correctly with RealTimeSignalProcessor provided by haystack but not with the CelerySignalProcessor provided by celery_haystack.

@abhinav2600
Copy link
Author

if model_class is None: raise ImproperlyConfigured("Could not load model '%s'." % object_path)

Is the above check required?

@ocoronel
Copy link

ocoronel commented Nov 1, 2016

i have the same problem, did you solved it?

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