[Answer]-Django – storing sortable search results

1👍

I’m not sure what kind of storing you need, but if you only want it temporarily that seems like you may want to use a cache. We use Django for our project and use Redis as a cache backend. There are several projects that make it easy to integrate, we use:

https://pypi.python.org/pypi/django-cacheops/0.8.1

👤jkeesh

Leave a comment