Summary

We covered a lot of ground in this chapter. We saw that sometimes, storing the computed results can be useful for performance. So, we introduced Memcache, and that is how we can add and delete keys. Then, we turned our attention towards multi-tenancy. We saw that we can use namespace features for the compartmentalization of our app, thus letting multiple users, or organizations use our application without getting into the complicated logic at our end. Next, we looked at services provided for the user and how to create the login and logout URLs. We learned how to log in and how to log users out.

From that point, we focused on how to upload files using Blobstore. We learned that uploads are handled by Blobstore and once the uploads are done, ...

Get Mastering Google App Engine now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.