File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
appengine/standard/multitenancy Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919For more information, see README.md.
2020"""
2121
22- # [START all ]
22+ # [START gae_multitenancy_datastore ]
2323from google .appengine .api import namespace_manager
2424from google .appengine .ext import ndb
2525import webapp2
@@ -73,4 +73,4 @@ def get(self, namespace="default"):
7373 ],
7474 debug = True ,
7575)
76- # [END all ]
76+ # [END gae_multitenancy_datastore ]
Original file line number Diff line number Diff line change 1919For more information, see README.md.
2020"""
2121
22- # [START all ]
22+ # [START gae_multitenancy_memcache ]
2323from google .appengine .api import memcache
2424from google .appengine .api import namespace_manager
2525import webapp2
@@ -56,4 +56,4 @@ def get(self, namespace="default"):
5656 ],
5757 debug = True ,
5858)
59- # [END all ]
59+ # [END gae_multitenancy_memcache ]
Original file line number Diff line number Diff line change 1919For more information, see README.md.
2020"""
2121
22- # [START all ]
22+ # [START gae_multitenancy_taskqueue ]
2323from google .appengine .api import namespace_manager
2424from google .appengine .api import taskqueue
2525from google .appengine .ext import ndb
@@ -91,4 +91,4 @@ def get(self, namespace="default"):
9191 ],
9292 debug = True ,
9393)
94- # [END all ]
94+ # [END gae_multitenancy_taskqueue ]
You can’t perform that action at this time.
0 commit comments