Hi all, I’m new on django and I have a very basic question; please there is a way way to set django to create/read his tables in a different schema?
Piviul
Hi all, I’m new on django and I have a very basic question; please there is a way way to set django to create/read his tables in a different schema?
Piviul
Welcome @piviul !
Generally speaking, yes. The precise mechanism however will depend upon which database engine is being used. (The concept of a “schema” means different things to the different supported databases.)