Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing Multitenancy Using Namespaces (Python 3+)

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?

like image 997
skaul05 Avatar asked Aug 26 '26 12:08

skaul05


1 Answers

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 ".

like image 173
Dustin Ingram Avatar answered Aug 29 '26 00:08

Dustin Ingram



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!