Skip to content

Commit 1e446a2

Browse files
chore(datastore): migrate region step 1 - add new region datastore_ndb_django_middleware (GoogleCloudPlatform#12802)
1 parent 5950ae4 commit 1e446a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datastore/cloud-ndb/django_middleware.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START datastore_ndb_django_middleware]
1516
# [START ndb_django_middleware]
1617
from google.cloud import ndb
1718

@@ -29,3 +30,4 @@ def middleware(request):
2930

3031

3132
# [END ndb_django_middleware]
33+
# [END datastore_ndb_django_middleware]

0 commit comments

Comments
 (0)