We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to setup django-cachalot on a django-tenants project and it reports this right at the start:
(cachalot.W003) Database engine 'django_tenants.postgresql_backend' is not supported by django-cachalot. HINT: Switch to a supported database engine.
Any tips on fixing this?
The text was updated successfully, but these errors were encountered:
Have a look at #123. It hasn't been rebased on the main branch for a while but should give you a fair idea.
The trick is to have cachalot generate a unique cache key for each tenant (see get_multi_tenant_table_cache_key for details).
get_multi_tenant_table_cache_key
Sorry, something went wrong.
Thanks John! Marking this as duplicate of #123
No branches or pull requests
Trying to setup django-cachalot on a django-tenants project and it reports this right at the start:
Any tips on fixing this?
The text was updated successfully, but these errors were encountered: