How to implement multitenancy in GAE using namespaces?
We can implement using namespace_manager in Python 2.7 but there is no documentation available on how to use it in Python 3.7.
Is there any other approach to achieve multitenancy in GAE?
The Namespaces API is only supported in the Python 2.7 runtime. If you need a multi-tenant app in the Python 3.7 runtime, you'll need to implement it via your web framework of choice.
For example, see "optimal architecture for multitenant application on django ".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With