This is code for a multiuser blog.
- main.py contains class definitions for users, posts, and comments, as well as handler classes for actions such as posting, editing, commenting, deleting, etc.
- The templates folder contains html files for pages where these actions are performed.
- Data is stored using Google App Engine Datastore
- Install the Google App Engine Launcher
Click the link near the bottom which says "Or, you can download the original App Engine SDK for Python." And follow instructions from there
- Extract the ZIP file.
- Load the application into the launcher and run
- Open local host in browser