django-tenant-schemas
django-tenant-schemas copied to clipboard
how to get Jupyter notebook to use an specific schema?
trafficstars
I'm trying to work with Jupyter alongside Django schemas. Thanks
Use schema_context, tenant_context or manually set the connection to the right schema. See: https://django-tenant-schemas.readthedocs.io/en/latest/use.html#utils
It worked, thank you!