Skip to content

Instantly share code, notes, and snippets.

@MattFaus
MattFaus / appengine_config.py
Last active August 3, 2018 12:28
All of the code necessary to implement and test protobuf projection in a Google Appengine web application.
import db_util
db_util.enable_db_protobuf_projection()
db_util.enable_ndb_protobuf_projection()