top of page

Running on google app engine, this web application is built based on a lightweight python webapp2 framework combine with jinjia2 template. Google datastore works as backend storage.

Different URL requests are handled by different handler functions. Cookies are used for maintaining user's login status. Usernames and passwords are hashed to ensure security.

You could try out the app here:  https://multi-user-blog-183102.appspot.com
bottom of page