John Obelenus
John Obelenus
...extending from the Django Admin templates. In this case I don't want to be sending emails, I just want the data on demand. I'm using the generic class based views...
As discussed here: https://github.com/django-haystack/celery-haystack/issues/59 Developed support for a specific Search Index to use a specific task path in order to leverage celery's queue routing to better manage resources (e.g. the...
I have a lot of real time indexing going on in my application. There is one model that actually has a higher priority of being indexed. But these are a...