A Google App Engine project that allows for multiple users to write, edit, delete, comment, like and dislike posts
Full Stack Web Developer
E-mail Me blog.py > The main file that contains all of the url maps and > splash page classes for the site
/decorators
Decorators for error checking and validation
/handlers
Unique classes for each handler to deal with user behaviors
/models
Unique classes to define each model i.e. User, Post, Comment, etc.
/templates
HTML Templates to build the front end of the site each inheriting from base.html
/css
CSS files to define the styles for the site