bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

About changing public schema to other schema. #701

Open djk81 opened 1 month ago

djk81 commented 1 month ago

The installation guide states that this plugin should use the "Public" schema for the "Default Client Schema". Is there a way to change the schema used by the plugin to a different schema?

Examples. public -> public2

djk81 commented 1 month ago

And We want to prohibit connect to public schema. Is there any issues?

GwangHoon-Lee commented 1 month ago

I'm djk81 corperation colleague.

We are using django-tenant-schemas version 1.9.0

Can I use a different tenant schema with a different schema name other than 'public'?