reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
322 stars 18 forks source link

Components don't load with `django-tenants` #202

Open Archmonger opened 10 months ago

Archmonger commented 10 months ago

Current Situation

It seems like django-tenants overrides/disables the built-in Django templating engine.

Proposed Actions

Look into django-tenants internals and see if we can write a workaround.