0

Trying to use django-cachalot with django-tenants. I get the following error right at the start. Anyone got a resolution?

(cachalot.W003) Database engine 'django_tenants.postgresql_backend' is not supported by django-cachalot.
    HINT: Switch to a supported database engine.
Nitin Nain
  • 5,113
  • 1
  • 37
  • 51

1 Answers1

2

Found a solution — you have to patch django-cachalot to generate a unique cache key for each tenant. See this open Pull Request - https://github.com/noripyt/django-cachalot/pull/123

Nitin Nain
  • 5,113
  • 1
  • 37
  • 51